Explorar el Código

r.circle: missing HTML tag in manual

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70969 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová hace 8 años
padre
commit
93b88e885a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      raster/r.circle/r.circle.html

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

@@ -32,7 +32,7 @@ of 500m and an outer radius of 1000m:
 EASTCENTER=`g.region -c |  awk ' /center easting:/ { print $3 }'`
 NORTHCENTER=`g.region -c | awk ' /center northing:/ { print $3 }'`
 r.circle -b output=circle coordinate=${EASTCENTER},${NORTHCENTER} min=500 max=1000
-</pre>	
+</pre></div>
 
 
 <h2>SEE ALSO</h2>