[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/tp/Texinfo/Convert SXML.pm
From: |
Patrice Dumas |
Subject: |
texinfo/tp/Texinfo/Convert SXML.pm |
Date: |
Tue, 15 Jan 2013 20:22:04 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 13/01/15 20:22:04
Modified files:
tp/Texinfo/Convert: SXML.pm
Log message:
Remove an unneeded space.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/SXML.pm?cvsroot=texinfo&r1=1.1&r2=1.2
Patches:
Index: SXML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/SXML.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- SXML.pm 15 Jan 2013 20:18:51 -0000 1.1
+++ SXML.pm 15 Jan 2013 20:22:04 -0000 1.2
@@ -172,7 +172,7 @@
$result =~ s/`/" (textlsquo (@)) "/g;
}
}
- return ' "'.$result.'" ';
+ return '"'.$result.'" ';
}
# output format specific
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/tp/Texinfo/Convert SXML.pm,
Patrice Dumas <=