Update of /cvsroot/lxr/lxr/lib/LXR
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24354/lib/LXR
Modified Files:
Template.pm
Log Message:
Template.pm: correct typo on $marker name
$tree marker changed to $target some time ago
Index: Template.pm
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Template.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Template.pm 21 Sep 2012 08:18:02 -0000 1.20
+++ Template.pm 11 Jan 2013 17:38:07 -0000 1.21
@@ -1628,7 +1628,7 @@
, "<html><body><hr>\n"
, "<hr>\n"
. "<h1 style='text-align:center'>Unrecoverable Error</h1>\n"
- . "<p>Source-tree \$tree unknown</p>\n"
+ . "<p>Source-tree >> \$target << unknown</p>\n"
. "</body></html>\n"
);
|