Template:CharCount: Difference between revisions

No edit summary
Puth HTML back even if the parser strips some parts
Tag: Manual revert
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
$(function () {
<div id="CharCount"></div>
$('#CharCount').html(
<!DOCTYPE HTML>
<!DOCTYPE HTML>
<head>
<head>
Line 112: Line 111:


</body>
</body>
</html>);
</html>
}());