Fix a few markup issues
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 30 Dec 2024 19:29:30 +0000 (22:29 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 30 Dec 2024 19:29:30 +0000 (22:29 +0300)
templates/pages/extensions/postgis.html

index e489e77e2b964e242acabc66e06ae0ac6ce16b6c..44fa08f0ccde97bef1dc13005a68367e07b28f48 100644 (file)
@@ -22,7 +22,7 @@ systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follo
 <h2>Package naming convention</h2>
 <p>
 PostGIS uses two digit version numbers like 3.4, 3.5, etc. Traditionally there is a new major 
-release every year along with (but not strictly tied to) the PostgreSQL major release.</br>
+release every year along with (but not strictly tied to) the PostgreSQL major release.<br>
 
 The PostgreSQL RPM repository uses both PostGIS and PostgreSQL version numbers in the RPM packages.
 For example PostGIS 3.5 for PostgreSQL 17 is named as <span class="pgyum-warning">postgis35_17</span>.
@@ -33,6 +33,7 @@ Similarly PostGIS 3.2 for PostgreSQL 15 is named as <span class="pgyum-warning">
 <p>
 PostGIS provides the following subpackages:
 </p>
+<p>
        <ul>
                <li>client: Provides client tools and their libraries of PostGIS</li>
                <li>devel: Provides development headers and libraries for PostGIS</li>
@@ -51,7 +52,7 @@ PostGIS provides the following subpackages:
 Enable two repositories for dependencies:<br>
        <ul>
                <li>Add Science repo (for cfitsio, armadillo, netcdf, hdf5 libqt4) : <code>zypper addrepo https://download.opensuse.org/repositories/science/15.6/science.repo</code></li>
-               <li>Enable PackageHub:  <code>SUSEConnect -p PackageHub/15.6/x86_64<code></li>
+               <li>Enable PackageHub:  <code>SUSEConnect -p PackageHub/15.6/x86_64</code></li>
        </ul>
 </p>
 
@@ -71,7 +72,6 @@ Enable two repositories for dependencies:<br>
             <td>zypper install postgis35_17  <span class="pgyum-warning">(or change the version as described above)</span>
                <br>
                zypper install postgis35_17-gui <span class="pgyum-warning">(or change "gui" for any subpackage described above)</td>
-           </td>
         </tr>
     </tbody>