aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_database.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-09-16 14:30:36 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-09-16 14:30:36 +0000
commit8cea32f3bfde976486bd59240f624eb481e11417 (patch)
treed028aad12037492282f2e7a0768686da026b9aed /phpBB/adm/style/acp_database.html
parentc32d295d97f7f472d3d521e27b9be5ebe7adc32c (diff)
downloadforums-8cea32f3bfde976486bd59240f624eb481e11417.tar
forums-8cea32f3bfde976486bd59240f624eb481e11417.tar.gz
forums-8cea32f3bfde976486bd59240f624eb481e11417.tar.bz2
forums-8cea32f3bfde976486bd59240f624eb481e11417.tar.xz
forums-8cea32f3bfde976486bd59240f624eb481e11417.zip
fix some XHTML issues in admin style - Bug #51405
the acp_logs one is quite nasty, i know - but at least it does not require a new css class git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10153 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_database.html')
-rw-r--r--phpBB/adm/style/acp_database.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html
index e839fb1bda..de02ac6dbe 100644
--- a/phpBB/adm/style/acp_database.html
+++ b/phpBB/adm/style/acp_database.html
@@ -71,8 +71,9 @@
<dl>
<dt><label for="where">{L_ACTION}:</label></dt>
<dd>
- <label><input type="radio" class="radio" name="where" value="store" checked="checked" /> {L_STORE_LOCAL}</label>
- <label><input type="radio" class="radio" name="where" value="download" /> {L_DOWNLOAD}</label></dd>
+ <label><input id="where" type="radio" class="radio" name="where" value="store" checked="checked" /> {L_STORE_LOCAL}</label>
+ <label><input type="radio" class="radio" name="where" value="download" /> {L_DOWNLOAD}</label>
+ </dd>
</dl>
<dl>
<dt><label for="table">{L_TABLE_SELECT}:</label></dt>