[GRASS-SVN] r30362 - grass/trunk/tools/g.html2man
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 26 15:14:11 EST 2008
Author: hamish
Date: 2008-02-26 15:14:11 -0500 (Tue, 26 Feb 2008)
New Revision: 30362
Modified:
grass/trunk/tools/g.html2man/g.html2man
Log:
line break between table rows (part 2)
Modified: grass/trunk/tools/g.html2man/g.html2man
===================================================================
--- grass/trunk/tools/g.html2man/g.html2man 2008-02-26 19:22:22 UTC (rev 30361)
+++ grass/trunk/tools/g.html2man/g.html2man 2008-02-26 20:14:11 UTC (rev 30362)
@@ -222,7 +222,7 @@
);
}
s/<TD>/| /i;
- s/<TR>/\n/i;
+ s/<TR>/\n.br\n/i;
return 1;
}
More information about the grass-commit
mailing list