summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-07-08 10:07:42 +0200
committerMichael Adam <obnox@samba.org>2011-07-08 10:07:42 +0200
commit926a6d7f05d7fd0d87878901e41a22e8029773f1 (patch)
tree9cfa294fb423e33f7f2001d88ce3c167ea60bb48 /ctdb/web
parent577f58a8bedd2fa4610d2b2010b185b5276d3128 (diff)
downloadsamba-926a6d7f05d7fd0d87878901e41a22e8029773f1.tar.gz
samba-926a6d7f05d7fd0d87878901e41a22e8029773f1.tar.xz
samba-926a6d7f05d7fd0d87878901e41a22e8029773f1.zip
web: correctly terminate list items <li> with </li> instead of with <br>
(This used to be ctdb commit 3f698e69a56305c5ec27b8d119bf2d57d5cd2ec6)
Diffstat (limited to 'ctdb/web')
-rw-r--r--ctdb/web/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/ctdb/web/index.html b/ctdb/web/index.html
index 262b34ed849..658a71e406e 100644
--- a/ctdb/web/index.html
+++ b/ctdb/web/index.html
@@ -128,11 +128,11 @@ projects that want to make their services cluster aware using CTDB.
<hr>
<h2>Developers</h2>
<ul>
-<li><a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>
-<li><a href="http://samba.org/~sahlberg/">Ronnie Sahlberg</a><br>
-<li><a href="http://samba.org/~obnox/">Michael Adam</a><br>
-<li>Peter Somogyi<br>
-<li><a href="http://sernet.de/Samba/">Volker Lendecke</a><br>
+<li><a href="http://samba.org/~tridge/">Andrew Tridgell</a></li>
+<li><a href="http://samba.org/~sahlberg/">Ronnie Sahlberg</a></li>
+<li><a href="http://samba.org/~obnox/">Michael Adam</a></li>
+<li>Peter Somogyi</li>
+<li><a href="http://sernet.de/Samba/">Volker Lendecke</a></li>
<li>Stefan Metzmacher</li>
</ul>