Template:CharCount: Difference between revisions

Puth HTML back even if the parser strips some parts
No edit summary
(Puth HTML back even if the parser strips some parts)
Tag: Manual revert
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
$(function () {
<div id="CharCount"></div>
$('#mw-mywiki-example').html(' <head>
<!DOCTYPE HTML>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Char Count</title>
<title>Char Count</title>
Line 110: Line 111:


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