File: canonical_error.html

package info (click to toggle)
libpetal-perl 2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,088 kB
  • ctags: 162
  • sloc: perl: 4,738; xml: 726; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
<body>
  <h3>The Non-Working Tests</h3>
  <h4>Canonical tag error in XHTML parser</h4>
  <p>Errors occur when trying to use the canonical format in templates parsed by the XHTML parser.</p>
  <?repeat name="student students"?>
  <ul>
    <li><?var name="student.first_name"?>
        <?var name="student.last_name"?>
        - <?var name="student.email"?>
    </li>
  </ul>
  <?end?>
</body>