Parcourir la source

Fix broken HTML

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33813 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements il y a 17 ans
Parent
commit
d289f8f3d9
2 fichiers modifiés avec 1 ajouts et 2 suppressions
  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>
 <div class="code"><pre>
 r.series input="`g.mlist pattern='insitu_data.*' sep=,`"
-    output=insitu_data.stddev method=stddev</tt>
+    output=insitu_data.stddev method=stddev
 </pre></div>
 <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>
 will create new map with three random categories matching areas.
 Note that there may be more than one feature with the same category.
-</p>
 
 <h2>SEE ALSO</h2>