diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2017-02-06 21:54:48 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2017-02-06 22:54:51 +0100 |
commit | c110e3ac9e2fac2f88f4e00fa05579ab25afc3fc (patch) | |
tree | d1d28bca5d198cd691b1803e2a334559377a0a0c /html/pages/credits.php | |
parent | 83fb634b671e7677b9269e13c6077fe2f77eff79 (diff) |
Update help and credits pages
Diffstat (limited to 'html/pages/credits.php')
-rwxr-xr-x | html/pages/credits.php | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/html/pages/credits.php b/html/pages/credits.php index e27de84..a123ac4 100755 --- a/html/pages/credits.php +++ b/html/pages/credits.php @@ -1,15 +1,13 @@ -<?php
-echo'
<div class="text" align="left">
<p><span class="txttitle">Credits</span></p>
-<blockquote><p>
- 1. <a href="#developers">Developers</a><br>
- 2. <a href="#changelog">Change Log</a><br>
- 3. <a href="#todolist">To Do List</a><br>
- 4. <a href="#thanks">Thanks</a><br>
- 5. <a href="#copyright">Copyright Notices</a><br>
-</p></blockquote>
+<ol>
+ <li><a href="#developers">Developers</a></li>
+ <li><a href="#changelog">Change Log</a></li>
+ <li><a href="#todolist">To Do List</a></li>
+ <li><a href="#thanks">Thanks</a></li>
+ <li><a href="#copyright">Copyright Notices</a></li>
+</ol>
<p><a name="developers"></a><b>Developers</b></p>
<blockquote><p>UTStats was developed by azazel, )°DoE°(-AnthraX, PJMODOS and toa.<br>
@@ -91,18 +89,18 @@ All original pages are W3C <a href="http://validator.w3.org/check?uri=referer" t Included IpToCountry patch into the release, added GeoIP.dat from March 2010 (By Loki)<br><br></dd>
<dd>Bug Fixes:<br>
Fixed PHP opening tags (By Loki)<br><br></dd>
-
+
<dt>beta 4.2.3 (18/01/09 by 2399Skillz)</dt>
<dd>Bug Fixes:<br>
Lots of bug fixes/database corrections (By Enakin)<br><br></dd>
-
+
<dt>beta 4.2.2 (30/12/08 by 2399Skillz)</dt>
<dd>Added:<br>
Option to import AnthChecker logs (admin viewable only) (Added by Skillz)<br>
New player merger page for admins(Added by killereye)<br><br></dd>
<dd>Bug Fixes:<br>
UT Stats DOM fix (Edited by killereye)<br><br></dd>
-
+
<dt>beta 4.2 (20/10/2005 by Azazel)</dt>
<dd>Added:<br>
Ranking re-calculation option added to admin section<br>
@@ -128,7 +126,7 @@ All original pages are W3C <a href="http://validator.w3.org/check?uri=referer" t Updated import.php for new server actor<br>
Few actor fixes<br>
Weapon stats for second attacking team in assault games were not correct (reported by wgray8231)<br>
- Delete player from match didn\'t correctly remove the player from the match (reported by wgray8231)<br><br></dd>
+ Delete player from match didn't correctly remove the player from the match (reported by wgray8231)<br><br></dd>
<dt>beta 4.0</dt>
<dd>Added:<br>
@@ -236,8 +234,8 @@ All original pages are W3C <a href="http://validator.w3.org/check?uri=referer" t <dt>beta 1.1</dt>
<dd>Added:<br>
- Clanbse Reports for CTF Match\'s<br>
- 30 Recent Match\'s to Player View<br><br></dd>
+ Clanbse Reports for CTF Match's<br>
+ 30 Recent Match's to Player View<br><br></dd>
<dt>beta 1</dt>
<dd>Stats output for:<br>
@@ -307,5 +305,4 @@ All original pages are W3C <a href="http://validator.w3.org/check?uri=referer" t <td align="right"> </td>
</tr>
</tbody></table>
-</div>';
-?>
\ No newline at end of file +</div>
|