summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/themes/advanced/charmap.htm
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-05-08 11:38:39 +0200
committerAleksander Machniak <alec@alec.pl>2012-05-08 11:38:39 +0200
commite6e0d410ac92818679c03fc9bf5359562df81921 (patch)
treefff5c213ce3e88b448ca1365b375137a52f6fa4c /program/js/tiny_mce/themes/advanced/charmap.htm
parent5b0b034387715a18910a7e574b71afcfae293ecf (diff)
TinyMCE 3.5
Diffstat (limited to 'program/js/tiny_mce/themes/advanced/charmap.htm')
-rw-r--r--program/js/tiny_mce/themes/advanced/charmap.htm6
1 files changed, 5 insertions, 1 deletions
diff --git a/program/js/tiny_mce/themes/advanced/charmap.htm b/program/js/tiny_mce/themes/advanced/charmap.htm
index 2c3b3f27b..d4b6bdfb7 100644
--- a/program/js/tiny_mce/themes/advanced/charmap.htm
+++ b/program/js/tiny_mce/themes/advanced/charmap.htm
@@ -5,7 +5,7 @@
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="js/charmap.js"></script>
</head>
-<body id="charmap" style="display:none">
+<body id="charmap" style="display:none" role="application">
<table align="center" border="0" cellspacing="0" cellpadding="2" role="presentation">
<tr>
<td colspan="2" class="title" ><label for="charmapView" id="charmap_label">{#advanced_dlg.charmap_title}</label></td>
@@ -46,6 +46,10 @@
</table>
</td>
</tr>
+ <tr>
+ <td colspan="2" id="charmap_usage">{#advanced_dlg.charmap_usage}</td>
+ </tr>
+
</table>
</body>
</html>