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
 
(14 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">
<title>Char Count</title>
<title>Char Count</title>
<style>
<style>
Line 108: Line 110:
</table>
</table>


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