Forráskód Böngészése

fix compilation issue introduced in https://trac.osgeo.org/grass/changeset/68808

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@68815 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 8 éve
szülő
commit
e2dbfa94f5
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      lib/init/helptext.html

+ 2 - 2
lib/init/helptext.html

@@ -166,13 +166,13 @@ For a first time startup, the following steps have to be followed:
 <ol>
 <li> Create a GRASS GIS database as explained above.</li>
 <li> Create a new location, including it's default PERMANENT mapset,
-     without entering the new location:</li>
+     without entering the new location:
 <ul>
     <li>Using an EPSG code:<br>
         &nbsp;<tt>grass70 -e -c EPSG:32630 /home/user/grassdata/mylocation</tt></li>
     <li>Using a georeferenced raster or vector file:<br>
         &nbsp;<tt>grass70 -e -c MyGeoReferenceFile.tif /home/user/grassdata/mylocation</tt></li>
-</ul>
+</ul></li>
 <li> Create new mapset within the new location and launch GRASS GIS within
      that mapset: <br>
         &nbsp;<tt>grass70 -c /home/user/grassdata/mylocation/mymapset</tt>