Wrap each link an <li> tag
This commit is contained in:
parent
6d7a075d5b
commit
f339dbc2ba
@ -12,11 +12,11 @@ require(HESK_PATH . 'hesk_settings.inc.php');
|
|||||||
<h1>Mods for HESK 1.6.0 Install / Upgrade</h1>
|
<h1>Mods for HESK 1.6.0 Install / Upgrade</h1>
|
||||||
<h3>Select your current Mods for HESK version number to upgrade.</h3>
|
<h3>Select your current Mods for HESK version number to upgrade.</h3>
|
||||||
<ul style="list-style-type: none">
|
<ul style="list-style-type: none">
|
||||||
<a href="updateTo1-6-0.php">v1.5.0</a>
|
<li><a href="updateTo1-6-0.php">v1.5.0</a></li>
|
||||||
<a href="updateTo1-5-0.php">v1.4.1</a>
|
<li><a href="updateTo1-5-0.php">v1.4.1</a></li>
|
||||||
<a href="updateTo1-4-1.php?ar=true">v1.4.0</a>
|
<li><a href="updateTo1-4-1.php?ar=true">v1.4.0</a></li>
|
||||||
<a href="updateTo1-4-1.php">v1.2.4 or v1.3.0</a>
|
<li><a href="updateTo1-4-1.php">v1.2.4 or v1.3.0</a></li>
|
||||||
<a href="freshInstall.php">No previous version (make sure you have installed/updated HESK first; otherwise installation will <b>fail</b>!)</a>
|
<li><a href="freshInstall.php">No previous version</a> (make sure you have installed/updated HESK first; otherwise installation will <b>fail</b>!)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Please verify the database information below. Additionally, ensure that the database user has CREATE and ALTER permissions.</p>
|
<p>Please verify the database information below. Additionally, ensure that the database user has CREATE and ALTER permissions.</p>
|
||||||
<p><b>Database Host: </b> <?php echo $hesk_settings['db_host']; ?></p>
|
<p><b>Database Host: </b> <?php echo $hesk_settings['db_host']; ?></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user