Template:CharCount: Difference between revisions

Jump to navigation Jump to search
(Template try 2)
No edit summary
Line 1: Line 1:
$(function () {
$(function () {
$('#mw-mywiki-example').html('<!DOCTYPE HTML>
$('#mw-mywiki-example').html(' <head>
<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 111: Line 110:


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