Template:CharCount: Difference between revisions
Richardpruen (talk | contribs) ref script |
Richardpruen (talk | contribs) Template try 2 |
||
Line 1: | Line 1: | ||
$(function () { | $(function () { | ||
$('#mw-mywiki-example').html('<!DOCTYPE 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"> | ||
Line 112: | Line 111: | ||
</body> | </body> | ||
</html>'; | </html>'); | ||
}()); | }()); |