[GRASS-SVN] r69151 - in grass/branches/releasebranch_6_4: display/drivers display/drivers/HTMLMAP display/drivers/PNG display/drivers/PS display/drivers/XDRIVER display/drivers/cairo tools

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 17 23:50:38 PDT 2016


Author: neteler
Date: 2016-08-17 23:50:38 -0700 (Wed, 17 Aug 2016)
New Revision: 69151

Modified:
   grass/branches/releasebranch_6_4/display/drivers/HTMLMAP/description.html
   grass/branches/releasebranch_6_4/display/drivers/PNG/description.html
   grass/branches/releasebranch_6_4/display/drivers/PS/description.html
   grass/branches/releasebranch_6_4/display/drivers/XDRIVER/description.html
   grass/branches/releasebranch_6_4/display/drivers/cairo/description.html
   grass/branches/releasebranch_6_4/display/drivers/description.html
   grass/branches/releasebranch_6_4/tools/build_html_index.sh
Log:
manual: standardize HTML body tag

Modified: grass/branches/releasebranch_6_4/display/drivers/HTMLMAP/description.html
===================================================================
--- grass/branches/releasebranch_6_4/display/drivers/HTMLMAP/description.html	2016-08-17 16:17:52 UTC (rev 69150)
+++ grass/branches/releasebranch_6_4/display/drivers/HTMLMAP/description.html	2016-08-18 06:50:38 UTC (rev 69151)
@@ -5,7 +5,7 @@
  <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
  <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </HEAD>
-<BODY bgColor=white>
+<body bgcolor="white">
 
 <img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
 

Modified: grass/branches/releasebranch_6_4/display/drivers/PNG/description.html
===================================================================
--- grass/branches/releasebranch_6_4/display/drivers/PNG/description.html	2016-08-17 16:17:52 UTC (rev 69150)
+++ grass/branches/releasebranch_6_4/display/drivers/PNG/description.html	2016-08-18 06:50:38 UTC (rev 69151)
@@ -5,7 +5,7 @@
  <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
  <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </HEAD>
-<BODY bgColor=white>
+<body bgcolor="white">
 
 <img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
 

Modified: grass/branches/releasebranch_6_4/display/drivers/PS/description.html
===================================================================
--- grass/branches/releasebranch_6_4/display/drivers/PS/description.html	2016-08-17 16:17:52 UTC (rev 69150)
+++ grass/branches/releasebranch_6_4/display/drivers/PS/description.html	2016-08-18 06:50:38 UTC (rev 69151)
@@ -5,7 +5,7 @@
  <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
  <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </HEAD>
-<BODY bgColor=white>
+<body bgcolor="white">
 
 <img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
 

Modified: grass/branches/releasebranch_6_4/display/drivers/XDRIVER/description.html
===================================================================
--- grass/branches/releasebranch_6_4/display/drivers/XDRIVER/description.html	2016-08-17 16:17:52 UTC (rev 69150)
+++ grass/branches/releasebranch_6_4/display/drivers/XDRIVER/description.html	2016-08-18 06:50:38 UTC (rev 69151)
@@ -6,7 +6,7 @@
  <meta name="Author" content="GRASS Development Team">
  <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
-<body bgcolor="#FFFFFF">
+<body bgcolor="white">
 
 <img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
 

Modified: grass/branches/releasebranch_6_4/display/drivers/cairo/description.html
===================================================================
--- grass/branches/releasebranch_6_4/display/drivers/cairo/description.html	2016-08-17 16:17:52 UTC (rev 69150)
+++ grass/branches/releasebranch_6_4/display/drivers/cairo/description.html	2016-08-18 06:50:38 UTC (rev 69151)
@@ -5,7 +5,7 @@
  <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
  <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </HEAD>
-<BODY bgColor=white>
+<body bgcolor="white">
 
 <img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
 

Modified: grass/branches/releasebranch_6_4/display/drivers/description.html
===================================================================
--- grass/branches/releasebranch_6_4/display/drivers/description.html	2016-08-17 16:17:52 UTC (rev 69150)
+++ grass/branches/releasebranch_6_4/display/drivers/description.html	2016-08-18 06:50:38 UTC (rev 69151)
@@ -6,7 +6,7 @@
  <meta name="Author" content="GRASS Development Team">
  <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
-<body bgcolor="#FFFFFF">
+<body bgcolor="white">
 
 <!-- meta page description: Display drivers -->
 <h2>GRASS GIS Reference Manual</h2>

Modified: grass/branches/releasebranch_6_4/tools/build_html_index.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/build_html_index.sh	2016-08-17 16:17:52 UTC (rev 69150)
+++ grass/branches/releasebranch_6_4/tools/build_html_index.sh	2016-08-18 06:50:38 UTC (rev 69151)
@@ -77,7 +77,7 @@
 fi
 echo " <link rel=\"stylesheet\" href=\"grassdocs.css\" type=\"text/css\">
 </head>
-<body bgcolor=\"#FFFFFF\">
+<body bgcolor=\"white\">
 
 <!-- this file is generated by tools/build_html_index.sh -->
 



More information about the grass-commit mailing list