[Lxr-commits] CVS: lxr/lib/LXR Template.pm,1.27,1.28
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-11-17 09:08:54
|
Update of /cvsroot/lxr/lxr/lib/LXR In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14644/lib/LXR Modified Files: Template.pm Log Message: Template.pm: fix typo in a comment Index: Template.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Template.pm,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Template.pm 8 Nov 2013 14:22:25 -0000 1.27 +++ Template.pm 17 Nov 2013 09:08:51 -0000 1.28 @@ -247,7 +247,7 @@ The opening delimiter (C< E<lt>!-- >) MUST be followed by a spacer, i.e. a space, tab or newline. -The closing delimiter (C< --E<gt> >) should also be preceded by a spacer +The closing delimiter (C< --E<gt> >) should also be preceded by a spacer. These comments will be removed. =item 1 Sticky comments |