Browse Source

don't mix uppercase with lowercase tags

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39058 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 years ago
parent
commit
7e85f212d0
1 changed files with 27 additions and 27 deletions
  1. 27 27
      gui/wxpython/docs/wxGUI.html

+ 27 - 27
gui/wxpython/docs/wxGUI.html

@@ -235,33 +235,33 @@ d.text text=Population\ density
    <em>Add grid or vector labels overlay</em></dt>
 <dd>opens a dropdown menu that allows user to select to:<br>
 
-<UL>
-<LI><dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
-        <img src="icons/grass/module-d.grid.gif">&nbsp;
-        <em>Add overlay grids and lines</em></dt>
-        <dd>Adds layer to display regular grid (for all locations)
-           see <em><a href="d.grid.html">d.grid</a></em></dd>
-
-<LI><dt><img src="icons/grass2/layer-label-add.png">&nbsp;
-        <img src="icons/grass/module-d.labels.gif">&nbsp;
-        <em>Add labels layer for vector objects (from existing labels file)</em></dt>
-        <dd>Add raster text layer from a labels file for vector objects
-        created with the <em><a href="v.label.html">v.label</a></em> module
-        (accessed from button in options panel). A labels file can also be
-        created with a text editor, see <em><a href="d.labels.html">d.labels</a></em>.</dd>
-
-<LI><dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
-        <img src="icons/grass/module-d.grid.gif">&nbsp;
-        <em>Add geodesic line layer</em></dt>
-        <dd>Add layer to display geodesic line for latitude/longitude locations only,
-        see <em><a href="d.geodesic.html">d.geodesic</a></em></dd> 
-
-<LI><dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
-        <img src="icons/grass/module-d.grid.gif">&nbsp;
-        <em>Add rhumbline layer</em>
-         <dd>Add layer to display rhumblines (for latitude/longitude locations only),
-          see <em><a href="d.rhumbline.html">d.rhumbline</a></em>.</dd>
-</UL>
+  <ul>
+  <li><dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
+      <img src="icons/grass/module-d.grid.gif">&nbsp;
+      <em>Add overlay grids and lines</em></dt>
+    <dd>Adds layer to display regular grid (for all locations)
+      see <em><a href="d.grid.html">d.grid</a></em></dd></li>
+
+  <li><dt><img src="icons/grass2/layer-label-add.png">&nbsp;
+      <img src="icons/grass/module-d.labels.gif">&nbsp;
+      <em>Add labels layer for vector objects (from existing labels file)</em></dt>
+    <dd>Add raster text layer from a labels file for vector objects
+      created with the <em><a href="v.label.html">v.label</a></em> module
+      (accessed from button in options panel). A labels file can also be
+      created with a text editor, see <em><a href="d.labels.html">d.labels</a></em>.</dd></li>
+
+  <li><dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
+      <img src="icons/grass/module-d.grid.gif">&nbsp;
+      <em>Add geodesic line layer</em></dt>
+    <dd>Add layer to display geodesic line for latitude/longitude locations only,
+      see <em><a href="d.geodesic.html">d.geodesic</a></em></dd></li>
+
+  <li><dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
+      <img src="icons/grass/module-d.grid.gif">&nbsp;
+      <em>Add rhumbline layer</em>
+      <dd>Add layer to display rhumblines (for latitude/longitude locations only),
+        see <em><a href="d.rhumbline.html">d.rhumbline</a></em>.</dd></li>
+  </ul>
 
 <dt><img src="icons/grass2/layer-remove.png">&nbsp;
   <img src="icons/grass/edit-cut.gif">&nbsp;