~ubuntu-branches/debian/sid/pydoctor/sid

« back to all changes in this revision

Viewing changes to pydoctor/templates/problemObjects.html

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2013-09-15 13:58:49 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130915135849-g206zbvqwvz0ptdg
Tags: 0.5b1+bzr603-1
* New upstream snapshot.
* Switch from cdbs to dh.
* Bump standards version to 3.9.4 (no changes).
* Update Vcs header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
3
 
<html xmlns:nevow="http://nevow.com/ns/nevow/0.1">
 
3
<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
4
4
  <head>
5
5
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
6
    <title>Docstrings with Formatting Problems.</title>
8
8
  </head>
9
9
  <body>
10
10
    <h1>Docstrings with Formatting Problems.</h1>
11
 
    <ul nevow:render="problemObjects">
12
 
      <li nevow:pattern="object">
13
 
        <nevow:slot name="link" />
 
11
    <ul>
 
12
      <li t:render="problemObjects">
 
13
        <t:slot name="link" />
14
14
      </li>
15
15
    </ul>
16
16
  </body>