summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-08-01 16:38:02 +0100
committerAnika Henke <anika@selfthinker.org>2013-08-01 16:38:02 +0100
commit5a99d25b24f7e14f137084100f40325b7a2a71b4 (patch)
treec48da23a172ccc834c9a9ded7d456f16ce1530ff /inc/html.php
parent0e1777cbe86faf809f67198704842a01034a1a98 (diff)
downloadrpg-5a99d25b24f7e14f137084100f40325b7a2a71b4.tar.gz
rpg-5a99d25b24f7e14f137084100f40325b7a2a71b4.tar.bz2
added aria attributes to edit mode
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index fb39fcb3c..9c69c9845 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1488,7 +1488,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>