Mercurial > p > roundup > code
comparison templates/classic/html/issue.item.html @ 1773:5f15fb95180c
various cosmetic fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 28 Aug 2003 05:53:40 +0000 |
| parents | 14a2f1529759 |
| children | fad32dafc174 |
comparison
equal
deleted
inserted
replaced
| 1771:332fe2b77e1c | 1773:5f15fb95180c |
|---|---|
| 144 tal:attributes="href string:issue${context/id}?:remove:messages=${msg/id}&:action=edit">remove</a> | 144 tal:attributes="href string:issue${context/id}?:remove:messages=${msg/id}&:action=edit">remove</a> |
| 145 </th> | 145 </th> |
| 146 </tr> | 146 </tr> |
| 147 <tr> | 147 <tr> |
| 148 <td colspan="4" class="content"> | 148 <td colspan="4" class="content"> |
| 149 <pre tal:content="msg/content">content</pre> | 149 <pre tal:content="structure msg/content/hyperlinked">content</pre> |
| 150 </td> | 150 </td> |
| 151 </tr> | 151 </tr> |
| 152 </tal:block> | 152 </tal:block> |
| 153 </table> | 153 </table> |
| 154 | 154 |
