Jelajahi Sumber

manual: HTML fixes

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62203 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 tahun lalu
induk
melakukan
f0189f34bb

+ 1 - 1
general/g.version/g.version.html

@@ -30,7 +30,7 @@ Scripting Library</a>.
 import grass.script as grass
 
 print grass.version()
-</div>
+</pre></div>
 
 <h2>EXAMPLES</h2>
 

+ 1 - 1
gui/wxpython/animation/g.gui.animation.html

@@ -63,7 +63,7 @@ g.gui.animation strds=precipitation_2000_2010
 </pre></div>
 
 The loading of a series of maps into the Animation Tool can be simplified
-with <em><a href="g.list.html">g.list<a></em> (back ticks syntax works for Linux and Mac only):
+with <em><a href="g.list.html">g.list</a></em> (back ticks syntax works for Linux and Mac only):
 <div class="code"><pre>
 g.gui.animation rast=`g.list type=rast mapset=. separator=comma pattern="precip*"`
 </pre></div>