Kaynağa Gözat

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

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68813 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 8 yıl önce
ebeveyn
işleme
5fbdedd8c8
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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>grass73 -e -c EPSG:32630 /home/user/grassdata/mylocation</tt></li>
     <li>Using a georeferenced raster or vector file:<br>
         &nbsp;<tt>grass73 -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>grass73 -c /home/user/grassdata/mylocation/mymapset</tt>