[GRASS-SVN] r64312 - grass-addons/tools/addons

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 25 04:12:07 PST 2015


Author: neteler
Date: 2015-01-25 04:12:07 -0800 (Sun, 25 Jan 2015)
New Revision: 64312

Modified:
   grass-addons/tools/addons/grass-addons-index.sh
Log:
Addons manuals overview: fix HTML

Modified: grass-addons/tools/addons/grass-addons-index.sh
===================================================================
--- grass-addons/tools/addons/grass-addons-index.sh	2015-01-25 11:02:39 UTC (rev 64311)
+++ grass-addons/tools/addons/grass-addons-index.sh	2015-01-25 12:12:07 UTC (rev 64312)
@@ -17,7 +17,8 @@
 
     TMP=$$
 
-    echo "<html>
+    echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">
+<html>
 <head>
  <title>GRASS GIS ${major} Addons Manual pages</title>
  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
@@ -70,7 +71,7 @@
     echo "</ul>" >> index.html
 
     echo "<hr>
-© 2013-2015 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${major} Addons Reference Manual<br>" >> index.html
+© 2013-2015 <a href=\"http://grass.osgeo.org\">GRASS Development Team</a>, GRASS GIS ${major} Addons Reference Manual<br>" >> index.html
     echo "<i><small>`date -u`</small></i>" >> index.html
     echo "</body></html>" >> index.html
     rm -f /tmp/a.$TMP /tmp/b.$TMP /tmp/c.$TMP



More information about the grass-commit mailing list