[GRASS-SVN] r32845 - grass/trunk/tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 17 14:39:17 EDT 2008
Author: glynn
Date: 2008-08-17 14:39:17 -0400 (Sun, 17 Aug 2008)
New Revision: 32845
Modified:
grass/trunk/tools/build_html_index.sh
Log:
Remove (unbalanced) table tags
Modified: grass/trunk/tools/build_html_index.sh
===================================================================
--- grass/trunk/tools/build_html_index.sh 2008-08-17 18:38:22 UTC (rev 32844)
+++ grass/trunk/tools/build_html_index.sh 2008-08-17 18:39:17 UTC (rev 32845)
@@ -78,9 +78,6 @@
GPL'ed), image processing and geographic information system (GIS).</p>
<BR><BR>
-<table align="center">
-<tr>
-<td valign=\"top\">
<h3>Quick Introduction</h3>
<!-- the files grass7.html & helptext.html file live in lib/init/ -->
@@ -271,8 +268,6 @@
write_html_header $FILENAME "GRASS GIS $GRASSVERSION Reference Manual" 1
#modules:
-echo "</td>" >> $FILENAME
-echo "<td valign=\"top\">" >> $FILENAME
echo "<h3>Manual sections:</h3>" >> $FILENAME
echo "<ul>" >> $FILENAME
#for all module groups:
@@ -289,8 +284,6 @@
echo "<li><a href=\"xganim.html\">xganim</a> tool for animating a raster map series</li>" >> $FILENAME
echo "</ul>" >> $FILENAME
-echo "</td></tr>" >> $FILENAME
-echo "</table>" >> $FILENAME
#insert a special comment so that GEM will know where to merge docs of extensions
echo >> "$FILENAME"
More information about the grass-commit
mailing list