Skip to content

Commit 2303cf6

Browse files
antiraisanuko
authored andcommitted
fix invalid label target element in plugin page (anuko#72)
1 parent 5c2ac5c commit 2303cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WEB-INF/templates/plugins.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function handlePluginCheckboxes() {
132132
</tr>
133133
<tr>
134134
<td align="right" nowrap>{$forms.pluginsForm.work_units.control}</td>
135-
<td><label for="week_view">{$i18n.label.work_units}</label> <span id="work_units_config"><a href="work_units.php">{$i18n.label.configure}</a></span></td>
135+
<td><label for="work_units">{$i18n.label.work_units}</label> <span id="work_units_config"><a href="work_units.php">{$i18n.label.configure}</a></span></td>
136136
</tr>
137137
<tr>
138138
<td colspan="2">&nbsp;</td>

0 commit comments

Comments
 (0)