From 06ba710dccff087c8546aee7812487693ea7e88c Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 5 Feb 2010 01:27:00 +0100 Subject: try to implement headlines --- infrastructure/ace/www/linestylefilter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'infrastructure/ace/www/linestylefilter.js') 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) { -- cgit v1.2.3