fixed HTML (thx to cloos)

This commit is contained in:
Steffen Vogel 2010-10-10 17:58:26 +02:00
parent 9316a6ecbe
commit b858cde1a6

View file

@ -116,7 +116,7 @@
<!-- dialogs -->
<div id="addUUID" class="dialog">
<p>Hier können Sie einen existierenden Kanal über seine UUID hinzufügen</p>
<p></p><label for="uuid">UUID: </label><input id="uuid" type="text" size="36" maxlength="36" /></p>
<p><label for="uuid">UUID: </label><input id="uuid" type="text" size="36" maxlength="36" /></p>
<input type="button" value="hinzufügen" />
</div>