includes/clientside/tinymce/plugins/paste/blank.htm
author Dan
Sun, 06 Dec 2009 21:56:46 -0500
changeset 1151 8f0cbce6d5f3
parent 335 67bd3121a12e
permissions -rw-r--r--
Fixed ranks table under PostgreSQL. FIXME, only affects new installations and upgrades, if this bug is encountered in the wild we might want to look at auto-integrating a fix.

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

	parent.initIframe(document);
	window.focus();
}
</script>
</head>
<body onload="init();">

</body>
</html>