Browse Source

Fix broken HTML

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33813 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 years ago
parent
commit
d289f8f3d9
2 changed files with 1 additions and 2 deletions
  1. 1 1
      raster/r.series/r.series.html
  2. 0 1
      vector/v.extract/v.extract.html

+ 1 - 1
raster/r.series/r.series.html

@@ -49,7 +49,7 @@ Using <em>r.series</em> with wildcards:
 <br>
 <br>
 <div class="code"><pre>
 <div class="code"><pre>
 r.series input="`g.mlist pattern='insitu_data.*' sep=,`"
 r.series input="`g.mlist pattern='insitu_data.*' sep=,`"
-    output=insitu_data.stddev method=stddev</tt>
+    output=insitu_data.stddev method=stddev
 </pre></div>
 </pre></div>
 <p>
 <p>
 
 

+ 0 - 1
vector/v.extract/v.extract.html

@@ -118,7 +118,6 @@ v.extract input=geology output=random_geology type=area random=3
 </pre></div>
 </pre></div>
 will create new map with three random categories matching areas.
 will create new map with three random categories matching areas.
 Note that there may be more than one feature with the same category.
 Note that there may be more than one feature with the same category.
-</p>
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>