diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-01 09:42:08 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-01 09:42:08 -0700 |
commit | 301f606fd81604b858381a13d0a0359de10ff561 (patch) | |
tree | ff108e36310e1c3e236dd16093a09ac77deaf941 /inc/html.php | |
parent | 65f0aa62806695ee51cc94679913449b7ad862d6 (diff) | |
parent | 9805efa058358e0fcbd3976fa553901cabe0b2e0 (diff) | |
download | rpg-301f606fd81604b858381a13d0a0359de10ff561.tar.gz rpg-301f606fd81604b858381a13d0a0359de10ff561.tar.bz2 |
Merge pull request #248 from splitbrain/aria
Implemented some ARIA attributes
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 53f4c45ff..1bd1a74e4 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1492,7 +1492,7 @@ function html_edit(){ echo 'textChanged = ' . ($mod ? 'true' : 'false'); echo '/*!]]>*/</script>' . NL; } ?> - <div class="editBox"> + <div class="editBox" role="application"> <div class="toolbar group"> <div id="draft__status"><?php if(!empty($INFO['draft'])) echo $lang['draftdate'].' '.dformat();?></div> |