[GRASS-SVN] r43668 - in grass/trunk: db/db.execute gui/wxpython/docs imagery/i.eb.h_SEBAL01 lib/db/sqlp raster/r.sun scripts/r.in.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 24 09:07:35 EDT 2010


Author: glynn
Date: 2010-09-24 13:07:35 +0000 (Fri, 24 Sep 2010)
New Revision: 43668

Modified:
   grass/trunk/db/db.execute/db.execute.html
   grass/trunk/gui/wxpython/docs/wxGUI.Icons.html
   grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_SEBAL01.html
   grass/trunk/lib/db/sqlp/sql.html
   grass/trunk/raster/r.sun/main.c
   grass/trunk/scripts/r.in.wms/r.in.wms.html
Log:
Minor HTML fixes


Modified: grass/trunk/db/db.execute/db.execute.html
===================================================================
--- grass/trunk/db/db.execute/db.execute.html	2010-09-24 12:32:11 UTC (rev 43667)
+++ grass/trunk/db/db.execute/db.execute.html	2010-09-24 13:07:35 UTC (rev 43668)
@@ -93,7 +93,7 @@
 </pre></div>
 
 <P>
-<em>Join table 'myroads' into table 'extratab' based on common 'cat' column values (not supported by DBF driver):<br>
+<em>Join table 'myroads' into table 'extratab' based on common 'cat' column values (not supported by DBF driver):</em><br>
 <div class="code"><pre>
 echo "UPDATE extratab SET names=(SELECT label FROM myroads WHERE extratab.cat=myroads.cat);" | db.execute
 </pre></div>

Modified: grass/trunk/gui/wxpython/docs/wxGUI.Icons.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.Icons.html	2010-09-24 12:32:11 UTC (rev 43667)
+++ grass/trunk/gui/wxpython/docs/wxGUI.Icons.html	2010-09-24 13:07:35 UTC (rev 43668)
@@ -1,7 +1,7 @@
 <h2>wxGUI Icons sets</h2>
 
 This page serves as reference for the icons themes available for
-<em><a href="wxGUI.html">wxGUI<a></em>.
+<em><a href="wxGUI.html">wxGUI</a></em>.
 
 <p>
 The icon theme can be changed from the <b>User GUI settings</b> dialog

Modified: grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_SEBAL01.html
===================================================================
--- grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_SEBAL01.html	2010-09-24 12:32:11 UTC (rev 43667)
+++ grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_SEBAL01.html	2010-09-24 13:07:35 UTC (rev 43668)
@@ -1,4 +1,7 @@
 <html>
+<head>
+<title>GRASS GIS manual: i.eb.h_SEBAL01</title>
+</head>
 <body>
 <H2>NAME</H2> <B><I>i.eb.h_SEBAL01 </I></B>- computation of <i>sensible heat flux</i> [W/m2] after Bastiaanssen, 1995 in [1], used in this form in 2001 by [2]. Implemented in this code in [3].
 <H2>DESCRIPTION</H2>

Modified: grass/trunk/lib/db/sqlp/sql.html
===================================================================
--- grass/trunk/lib/db/sqlp/sql.html	2010-09-24 12:32:11 UTC (rev 43667)
+++ grass/trunk/lib/db/sqlp/sql.html	2010-09-24 13:07:35 UTC (rev 43668)
@@ -151,7 +151,7 @@
 # the 'z_value' col contains 'N/A' strings, not to be converted
 v.db.update mygeodetic_pts col=zval \
             qcol="CAST(z_value AS double precision)" \
-            where="z_value <> 'N/A'"
+            where="z_value &lt;&gt; 'N/A'"
 </pre></div>
 
 <h2>SEE ALSO</h2>

Modified: grass/trunk/raster/r.sun/main.c
===================================================================
--- grass/trunk/raster/r.sun/main.c	2010-09-24 12:32:11 UTC (rev 43667)
+++ grass/trunk/raster/r.sun/main.c	2010-09-24 13:07:35 UTC (rev 43668)
@@ -1157,8 +1157,6 @@
 	fd12 = Rast_open_fp_new(glob_rad);
     }
 
-    Rast_set_window(&cellhd);
-
     if (m != Rast_window_rows())
 	G_fatal_error("OOPS: rows changed from %d to %d", m, Rast_window_rows());
     if (n != Rast_window_cols())

Modified: grass/trunk/scripts/r.in.wms/r.in.wms.html
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.html	2010-09-24 12:32:11 UTC (rev 43667)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.html	2010-09-24 13:07:35 UTC (rev 43668)
@@ -22,7 +22,7 @@
 <p>
 <!--
 Some brain-dead servers will only talk to certain web browsers. You can
-fool these by adding <tt>--user-agent=MSIE5.5</tt> to <b>wgetoptions</b>
+fool these by adding <tt>- -user-agent=MSIE5.5</tt> to <b>wgetoptions</b>
 or for curl adding <tt>-A "MSIE5.5"</tt> to <b>curloptions</b>.
 -->
 Other brain-dead servers will not accept queries in the form of POST data.



More information about the grass-commit mailing list