diff options
Diffstat (limited to 'template/yoga/profile.tpl')
-rw-r--r-- | template/yoga/profile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/profile.tpl b/template/yoga/profile.tpl index 3a40df5bc..5233e49bb 100644 --- a/template/yoga/profile.tpl +++ b/template/yoga/profile.tpl @@ -105,7 +105,7 @@ </li> <li> - <label for"maxwidth">{L_MAXWIDTH}</label> + <label for="maxwidth">{L_MAXWIDTH}</label> <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{MAXWIDTH}" onfocus="this.className='focus';" onblur="this.className='nofocus';"> </li> |