author | Cameron McCormack <cam@mcc.id.au> |
Mon, 06 Aug 2012 11:51:08 +1000 | |
changeset 42 | 7f26a34bb9e7 |
parent 41 | 6b012fac2875 |
child 43 | a6482e79f900 |
publish/processing.js |
--- a/publish/processing.js Mon Aug 06 11:49:15 2012 +1000 +++ b/publish/processing.js Mon Aug 06 11:51:08 2012 +1000 @@ -29,7 +29,7 @@ return; } - doc.getElementsByTagName('title')[0].textContent += ' – ' + conf.shortTitle; + doc.getElementsByTagName('title')[0].textContent += ' — ' + conf.shortTitle; }; // -- Link to the W3C style sheet for the document's maturity -----------------