root/trunk/examples/templates/example_filter_output_tidy.tmpl

Revision 236, 378 bytes (checked in by schst, 4 years ago)

added Tidy outputfilter

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <!-- $Id$ -->
2 <patTemplate:tmpl name="page">
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4
5 <html>
6                 <head>
7                 <title>patTemplate example</head>
8
9 <body>
10
11 This <b>HTML</u> code <i>was</b> corrupt.<br>But the Tidy outputfilter will clean it up and
12 <font color="#ff0000">convert</font> font tags to <font color="#00ffff">styles</font>.
13 </body>
14 </patTemplate:tmpl>
Note: See TracBrowser for help on using the browser.