try to fix html/css lists(ul/ol)

This commit is contained in:
creme 2020-01-19 21:12:09 +01:00
parent 7146fb89e0
commit fd20ed8f18
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 2 additions and 3 deletions

View File

@ -27,8 +27,8 @@ include 'header.php';
<br />
</div>
<pre>
this is a static list of the pages modified in <code>/home/*/public_html/*</code>. it updates every hour.
<pre>this is a static list of the pages modified in <code>/home/*/public_html/*</code>. it updates every hour.</pre>
<br />
<ul>\n";
while (<>) {
@ -43,7 +43,6 @@ while (<>) {
};
print "</ul>
</pre>
</div>
<?php include 'footer.php'; ?>";