Mercurial > p > roundup > code
diff templates/classic/html/_generic.help.html @ 1657:dad5b4b8f035
revert, oops
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Jun 2003 22:57:18 +0000 |
| parents | ee730d990989 |
| children | c3f0b552a55a |
line wrap: on
line diff
--- a/templates/classic/html/_generic.help.html Tue Jun 10 22:55:30 2003 +0000 +++ b/templates/classic/html/_generic.help.html Tue Jun 10 22:57:18 2003 +0000 @@ -49,7 +49,7 @@ </tr> <tr> <th> <b>x</b></th> - <th tal:repeat="prop props" tal:content="structure prop"></th> + <th tal:repeat="prop props" tal:content="prop"></th> </tr> </table>
