diff options
author | nikrou <nikrou@piwigo.org> | 2006-03-25 12:57:30 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-03-25 12:57:30 +0000 |
commit | 3cc303281f6ec90aceefe0676844e05115f3644a (patch) | |
tree | f674c72415567857f5a30174a9c153e4528080f2 /template/yoga/profile.tpl | |
parent | 56039d0e7b80dfedf39ade6894146d0f6394b0f1 (diff) |
profile.tpl: small correction
Identification.tpl: accessibility improvement using tabindex
git-svn-id: http://piwigo.org/svn/trunk@1100 68402e56-0260-453c-a942-63ccdbb3a9ee
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> |