summaryrefslogtreecommitdiffstats
path: root/infrastructure/ace/www/linestylefilter.js
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/ace/www/linestylefilter.js')
-rw-r--r--infrastructure/ace/www/linestylefilter.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/infrastructure/ace/www/linestylefilter.js b/infrastructure/ace/www/linestylefilter.js
index 0ac578b..3514859 100644
--- a/infrastructure/ace/www/linestylefilter.js
+++ b/infrastructure/ace/www/linestylefilter.js
@@ -25,7 +25,8 @@ linestylefilter.ATTRIB_CLASSES = {
'bold':'tag:b',
'italic':'tag:i',
'underline':'tag:u',
- 'strikethrough':'tag:s'
+ 'strikethrough':'tag:s',
+ 'h1':'tag:h1'
};
linestylefilter.getAuthorClassName = function(author) {