summaryrefslogtreecommitdiff
path: root/Xerl/Page/Templates.pm
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-15 12:56:45 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-15 12:56:45 +0200
commit1b9b7434445e84eef29ccfda9a80b54c19343df5 (patch)
tree3018a8e3d4fec9aeee6987e98f74cf8063d7b161 /Xerl/Page/Templates.pm
parentaf4ddb3afc5e0fe4c77b9df3bcb4ea4aa2d33c8d (diff)
remove libXML
Diffstat (limited to 'Xerl/Page/Templates.pm')
-rw-r--r--Xerl/Page/Templates.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/Xerl/Page/Templates.pm b/Xerl/Page/Templates.pm
index 3b7d13f..e018682 100644
--- a/Xerl/Page/Templates.pm
+++ b/Xerl/Page/Templates.pm
@@ -1,6 +1,6 @@
# Xerl (c) 2005-2011,2013 Dipl.-Inform. (FH) Paul C. Buetow
#
-# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
+# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
# All rights reserved.
#
@@ -12,8 +12,8 @@
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# * Neither the name of buetow.org nor the names of its contributors may
-# be used to endorse or promote products derived from this software
-# without specific prior written permission.
+# be used to endorse or promote products derived from this software
+# without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED Paul C. Buetow ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
@@ -188,8 +188,8 @@ sub PARSELINE($$$;$) {
$$line =~ s/$sep(!)?(.+?)$sep/
defined $1 ? `$2` :
(ref $config->getval($2) eq 'ARRAY')
- ? join '', @{$config->getval($2)} :
- $config->getval($2)/eg and $$foundflag = 1;
+ ? join '', @{$config->getval($2)} :
+ $config->getval($2)/eg and $$foundflag = 1;
return undef;
}