src/crypto.c: possible fix for memory leak related
[citadel.git] / webcit / tiny_mce / plugins / preview / example.html
1 <html xmlns="http://www.w3.org/1999/xhtml">\r
2 <head>\r
3 <script language="javascript" src="../../tiny_mce_popup.js"></script>\r
4 <title>Example of a custom preview page</title>\r
5 <link href="{$content_css}" rel="stylesheet" type="text/css" />\r
6 </head>\r
7 <body>\r
8 \r
9 Editor contents: <br />\r
10 {$content}\r
11 \r
12 </body>\r
13 </html>\r