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/contentcollector.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'infrastructure/ace/www/contentcollector.js') diff --git a/infrastructure/ace/www/contentcollector.js b/infrastructure/ace/www/contentcollector.js index c5d8ddb..41922d7 100644 --- a/infrastructure/ace/www/contentcollector.js +++ b/infrastructure/ace/www/contentcollector.js @@ -340,6 +340,9 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, tname == "del") { doAttrib("strikethrough"); } + if (tname == "h1") { + doAttrib("h1"); + } if (tname == "ul") { var type; var rr = cls && /(?:^| )list-(bullet[12345678])\b/.exec(cls); -- cgit v1.2.3