Author: robert
Date: 2006-12-05 18:31:17 +0000 (Tue, 05 Dec 2006)
New Revision: 8701
Modified:
mb_server/trunk/htdocs/user/preferences.html
Log:
Added some missing close label tags. Fixes #2081
Modified: mb_server/trunk/htdocs/user/preferences.html
===================================================================
--- mb_server/trunk/htdocs/user/preferences.html 2006-12-05 05:30:04 UTC
(rev 8700)
+++ mb_server/trunk/htdocs/user/preferences.html 2006-12-05 18:31:17 UTC
(rev 8701)
@@ -327,6 +327,7 @@
%
$m->out(UserPreference::get('release_show_relationshipslinks') ? '
checked="checked" ' : "");
/>
Show the add/edit relationships links
in the release header.
+ </label>
</div>
<div>
@@ -335,13 +336,15 @@
%
$m->out(UserPreference::get('release_show_annotationlinks') ? '
checked="checked" ' : "");
/>
Show the add/edit annotation links in
the release header.
+ </label>
</div>
<div>
<label
for="pref_show_amazon_coverart"><input type="checkbox"
name="show_amazon_coverart" id="pref_show_amazon_coverart"
%
$m->out(UserPreference::get('show_amazon_coverart') ? ' checked="checked" ' :
"");
/>
- Show Amazon.com cover art and buy
links.</label>
+ Show Amazon.com cover art and buy links.
+ </label>
</div>
<div style="margin-left: 25px">
|