app/tiny_mce/plugins/template/blank.htm
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 15 Dec 2008 00:34:46 +0000
changeset 747 ad62f4c3245e
parent 154 d2377425d3f2
permissions -rwxr-xr-x
In soc.views.models.notification module remove unused imports, add missing white space, change list() method definition to comply with base View list() method declaration. Add missing Meta class docstring. Patch by: Pawel Solyga

<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 type="text/javascript">
		parent.TemplateDialog.loadCSSFiles(document);
	</script>
</head>
<body id="mceTemplatePreview" class="mceContentBody">

</body>
</html>