includes/clientside/tinymce/plugins/paste/blank.htm
author Dan Fuhry <dan@enanocms.org>
Mon, 28 Jun 2010 11:00:51 -0400
changeset 336 4fb4b6647e96
parent 1 fe660c52c48f
permissions -rw-r--r--
SECURITY: Multiple XSS in Special:ChangeStyle. Reported by Mesut Timur of Mavituna Security - thanks!

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>blank_page</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<script language="javascript">
		function init() {
			document.body.contentEditable = true;
			document.designMode = 'on';
			parent.initIframe(document);
			window.focus();
		}
	</script>
	<link href="css/blank.css" rel="stylesheet" type="text/css" />
	<base target="_self" />
</head>
<body onload="init();">

</body>
</html>