瀏覽代碼

Fix broken HTML

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33813 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 年之前
父節點
當前提交
d289f8f3d9
共有 2 個文件被更改,包括 1 次插入2 次删除
  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>