File: opt_show_tidy.tmpl

package info (click to toggle)
w3c-markup-validator 1.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,048 kB
  • sloc: javascript: 3,362; perl: 2,888; xml: 1,331; python: 427; sh: 216; makefile: 75
file content (13 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
  <div id="tidy">
    <h3>Cleaned-up Source Listing with "HTML-Tidy"</h3>

    <p>Below is the <em>cleaned up</em> markup for your document, 
    as processed through
    <a href="http://search.cpan.org/dist/HTML-Tidy/">HTML-Tidy</a>.</p>
    <p>HTML-Tidy is a third-party software not developed at W3C,
       and its output is <em>provided without any guarantee</em>.</p>
    <pre class="source"><TMPL_VAR NAME="tidy_output" ESCAPE="HTML"></pre>

    <TMPL_INCLUDE NAME="backtop.tmpl">

  </div>