Template:CharCount: Difference between revisions
Richardpruen (talk | contribs) No edit summary |
Richardpruen (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
$(function () { | $(function () { | ||
$('#mw-mywiki-example').html(' <head> | $('#mw-mywiki-example').html(' <head> | ||
<title>Char Count</title> | <title>Char Count</title> | ||
<style> | <style> | ||
Line 109: | Line 108: | ||
</table> | </table> | ||
</body> | </body> '); | ||
'); | |||
}()); | }()); |