[GRASS-SVN] r55530 - in grass/branches/develbranch_6: raster/r.cost raster/r.gwflow raster/r.to.rast3 raster/r.to.rast3elev raster3d/r3.cross.rast 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:08:42 PDT 2013


Author: neteler
Date: 2013-03-26 14:08:42 -0700 (Tue, 26 Mar 2013)
New Revision: 55530

Modified:
   grass/branches/develbranch_6/raster/r.cost/description.html
   grass/branches/develbranch_6/raster/r.gwflow/description.html
   grass/branches/develbranch_6/raster/r.to.rast3/description.html
   grass/branches/develbranch_6/raster/r.to.rast3elev/description.html
   grass/branches/develbranch_6/raster3d/r3.cross.rast/description.html
   grass/branches/develbranch_6/raster3d/r3.to.rast/description.html
   grass/branches/develbranch_6/vector/v.delaunay2/description.html
   grass/branches/develbranch_6/vector/v.hull/description.html
   grass/branches/develbranch_6/vector/v.voronoi/v.delaunay.html
   grass/branches/develbranch_6/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/develbranch_6/raster/r.cost/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.cost/description.html	2013-03-26 21:08:02 UTC (rev 55529)
+++ grass/branches/develbranch_6/raster/r.cost/description.html	2013-03-26 21:08:42 UTC (rev 55530)
@@ -83,7 +83,7 @@
 <br>
 Knight's move example:
 <center>
-<img src=rcost_knightsmove.png border=1><br>
+<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).

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

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

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

Modified: grass/branches/develbranch_6/raster3d/r3.cross.rast/description.html
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.cross.rast/description.html	2013-03-26 21:08:02 UTC (rev 55529)
+++ grass/branches/develbranch_6/raster3d/r3.cross.rast/description.html	2013-03-26 21:08:42 UTC (rev 55530)
@@ -7,8 +7,8 @@
 cross section output map cell, otherwise the NULL value is set.
 
 <center>
-<img src=r3.cross.rast.png border=0><br>
-<table border=0 width=700>
+<img src="r3.cross.rast.png" border="0"><br>
+<table border="0" width="700">
 <tr><td><center>
 <i>How r3.cross.rast works</i>
 </center></td></tr>

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

Modified: grass/branches/develbranch_6/vector/v.delaunay2/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.delaunay2/description.html	2013-03-26 21:08:02 UTC (rev 55529)
+++ grass/branches/develbranch_6/vector/v.delaunay2/description.html	2013-03-26 21:08:42 UTC (rev 55530)
@@ -7,7 +7,7 @@
 <br>
 Delaunay triangulation and Voronoi diagram example:
 <center>
-<img src=v_voronoi_delaunay.png border=1><br>  <!-- installed by v.voronoi -->
+<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),

Modified: grass/branches/develbranch_6/vector/v.hull/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.hull/description.html	2013-03-26 21:08:02 UTC (rev 55529)
+++ grass/branches/develbranch_6/vector/v.hull/description.html	2013-03-26 21:08:42 UTC (rev 55530)
@@ -12,7 +12,7 @@
 composed of triangular faces.
 
 <center>
-<img src=v_hull.png border=1><br>
+<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>

Modified: grass/branches/develbranch_6/vector/v.voronoi/v.delaunay.html
===================================================================
--- grass/branches/develbranch_6/vector/v.voronoi/v.delaunay.html	2013-03-26 21:08:02 UTC (rev 55529)
+++ grass/branches/develbranch_6/vector/v.voronoi/v.delaunay.html	2013-03-26 21:08:42 UTC (rev 55530)
@@ -7,7 +7,7 @@
 <br>
 Delaunay triangulation and Voronoi diagram example:
 <center>
-<img src=v_voronoi_delaunay.png border=1><br>
+<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),

Modified: grass/branches/develbranch_6/vector/v.voronoi/v.voronoi.html
===================================================================
--- grass/branches/develbranch_6/vector/v.voronoi/v.voronoi.html	2013-03-26 21:08:02 UTC (rev 55529)
+++ grass/branches/develbranch_6/vector/v.voronoi/v.voronoi.html	2013-03-26 21:08:42 UTC (rev 55530)
@@ -10,7 +10,7 @@
 <br>
 Voronoi diagram and Delaunay triangulation example:
 <center>
-<img src=v_voronoi_delaunay.png border=1><br>
+<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),



More information about the grass-commit mailing list