[GRASS-SVN] r55531 - in grass/branches/releasebranch_6_4: raster/r.cost raster/r.gwflow raster/r.to.rast3 raster/r.to.rast3elev raster3d/r3.to.rast vector/v.delaunay2 vector/v.hull vector/v.voronoi

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 26 14:18:02 PDT 2013


Author: neteler
Date: 2013-03-26 14:18:02 -0700 (Tue, 26 Mar 2013)
New Revision: 55531

Modified:
   grass/branches/releasebranch_6_4/raster/r.cost/description.html
   grass/branches/releasebranch_6_4/raster/r.gwflow/description.html
   grass/branches/releasebranch_6_4/raster/r.to.rast3/description.html
   grass/branches/releasebranch_6_4/raster/r.to.rast3elev/description.html
   grass/branches/releasebranch_6_4/raster3d/r3.to.rast/description.html
   grass/branches/releasebranch_6_4/vector/v.delaunay2/description.html
   grass/branches/releasebranch_6_4/vector/v.hull/description.html
   grass/branches/releasebranch_6_4/vector/v.voronoi/v.delaunay.html
   grass/branches/releasebranch_6_4/vector/v.voronoi/v.voronoi.html
Log:
add missing quotes to html tags attribute values (to render images in wxGUI man properly)

Modified: grass/branches/releasebranch_6_4/raster/r.cost/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.cost/description.html	2013-03-26 21:08:42 UTC (rev 55530)
+++ grass/branches/releasebranch_6_4/raster/r.cost/description.html	2013-03-26 21:18:02 UTC (rev 55531)
@@ -83,8 +83,8 @@
 <br>
 Knight's move example:
 <center>
-<img src="rcost_knightsmove.png" border=1><br>
-<table border=0 width=590>
+<img src="rcost_knightsmove.png" border="1"><br>
+<table border="0" width="590">
 <tr><td><center>
 <i>Flat cost surface without (left pane) and with the knight's move (right pane).
 The default is to grow the cost outwards in 8 directions.

Modified: grass/branches/releasebranch_6_4/raster/r.gwflow/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.gwflow/description.html	2013-03-26 21:08:42 UTC (rev 55530)
+++ grass/branches/releasebranch_6_4/raster/r.gwflow/description.html	2013-03-26 21:18:02 UTC (rev 55531)
@@ -7,8 +7,8 @@
 
 <p>
 <center>
-<img src="r_gwflow_concept.png" border=0><br>
-<table border=0 width=700>
+<img src="r_gwflow_concept.png" border="0"><br>
+<table border="0" width="700">
 <tr><td><center>
 <i>Workflow of r.gwflow</i>
 </center></td></tr>

Modified: grass/branches/releasebranch_6_4/raster/r.to.rast3/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.to.rast3/description.html	2013-03-26 21:08:42 UTC (rev 55530)
+++ grass/branches/releasebranch_6_4/raster/r.to.rast3/description.html	2013-03-26 21:18:02 UTC (rev 55531)
@@ -5,8 +5,8 @@
 the 2d resolution will be adjust to the 3d resolution.
 
 <center>
-<img src="r.to.rast3.png" border=0><br>
-<table border=0 width=700>
+<img src="r.to.rast3.png" border="0"><br>
+<table border="0" width="700">
 <tr><td><center>
 <i>How r.to.rast3 works</i>
 </center></td></tr>

Modified: grass/branches/releasebranch_6_4/raster/r.to.rast3elev/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.to.rast3elev/description.html	2013-03-26 21:08:42 UTC (rev 55530)
+++ grass/branches/releasebranch_6_4/raster/r.to.rast3elev/description.html	2013-03-26 21:18:02 UTC (rev 55531)
@@ -5,8 +5,8 @@
 the 2d resolution will be adjust to the 3d resolution.
 
 <center>
-<img src="r.to.rast3elev.png" border=0><br>
-<table border=0 width=700>
+<img src="r.to.rast3elev.png" border="0"><br>
+<table border="0" width="700">
 <tr><td><center>
 <i>How r.to.rast3elev works</i>
 </center></td></tr>

Modified: grass/branches/releasebranch_6_4/raster3d/r3.to.rast/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster3d/r3.to.rast/description.html	2013-03-26 21:08:42 UTC (rev 55530)
+++ grass/branches/releasebranch_6_4/raster3d/r3.to.rast/description.html	2013-03-26 21:18:02 UTC (rev 55531)
@@ -7,8 +7,8 @@
 3D raster map for the output maps, independently from the current region settings.
 
 <center>
-<img src="r3.to.rast.png" border=0><br>
-<table border=0 width=700>
+<img src="r3.to.rast.png" border="0"><br>
+<table border="0" width="700">
 <tr><td><center>
 <em>How r3.to.rast works</em>
 </center></td></tr>

Modified: grass/branches/releasebranch_6_4/vector/v.delaunay2/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.delaunay2/description.html	2013-03-26 21:08:42 UTC (rev 55530)
+++ grass/branches/releasebranch_6_4/vector/v.delaunay2/description.html	2013-03-26 21:18:02 UTC (rev 55531)
@@ -7,8 +7,8 @@
 <br>
 Delaunay triangulation and Voronoi diagram example:
 <center>
-<img src="v_voronoi_delaunay.png" border=1><br>  <!-- installed by v.voronoi -->
-<table border=0 width=590>
+<img src="v_voronoi_delaunay.png" border="1"><br>  <!-- installed by v.voronoi -->
+<table border="0" width="590">
 <tr><td><center>
 <i>Delaunay Triangulation (left pane), Voronoi diagram (center pane),
 and both (right pane)</i>

Modified: grass/branches/releasebranch_6_4/vector/v.hull/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.hull/description.html	2013-03-26 21:08:42 UTC (rev 55530)
+++ grass/branches/releasebranch_6_4/vector/v.hull/description.html	2013-03-26 21:18:02 UTC (rev 55531)
@@ -12,8 +12,8 @@
 composed of triangular faces.
 
 <center>
-<img src="v_hull.png" border=1><br>
-<table border=0 width=590>
+<img src="v_hull.png" border="1"><br>
+<table border="0" width="590">
 <tr><td><center>
 Fig: Convex hull polygon created with <em>v.hull</em>
 </center></td></tr>

Modified: grass/branches/releasebranch_6_4/vector/v.voronoi/v.delaunay.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.voronoi/v.delaunay.html	2013-03-26 21:08:42 UTC (rev 55530)
+++ grass/branches/releasebranch_6_4/vector/v.voronoi/v.delaunay.html	2013-03-26 21:18:02 UTC (rev 55531)
@@ -7,8 +7,8 @@
 <br>
 Delaunay triangulation and Voronoi diagram example:
 <center>
-<img src="v_voronoi_delaunay.png" border=1><br>
-<table border=0 width=590>
+<img src="v_voronoi_delaunay.png" border="1"><br>
+<table border="0" width="590">
 <tr><td><center>
 <i>Delaunay Triangulation (left pane), Voronoi diagram (center pane),
 and both (right pane)</i>

Modified: grass/branches/releasebranch_6_4/vector/v.voronoi/v.voronoi.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.voronoi/v.voronoi.html	2013-03-26 21:08:42 UTC (rev 55530)
+++ grass/branches/releasebranch_6_4/vector/v.voronoi/v.voronoi.html	2013-03-26 21:18:02 UTC (rev 55531)
@@ -10,8 +10,8 @@
 <br>
 Voronoi diagram and Delaunay triangulation example:
 <center>
-<img src="v_voronoi_delaunay.png" border=1><br>
-<table border=0 width=590>
+<img src="v_voronoi_delaunay.png" border="1"><br>
+<table border="0" width="590">
 <tr><td><center>
 <i>Delaunay Triangulation (left pane), Voronoi diagram (center pane),
 and both (right pane)</i>



More information about the grass-commit mailing list