Mercurial > p > roundup > code
changeset 4459:821a3d789b40
Fix small typos.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Thu, 04 Nov 2010 21:29:06 +0000 |
| parents | 44a9c74394b4 |
| children | 37cf31a82d22 |
| files | share/roundup/templates/devel/html/bug.item.html |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/share/roundup/templates/devel/html/bug.item.html Thu Nov 04 21:28:38 2010 +0000 +++ b/share/roundup/templates/devel/html/bug.item.html Thu Nov 04 21:29:06 2010 +0000 @@ -18,7 +18,7 @@ tal:omit-tag="python:1" i18n:translate="">Bug <tal:x replace="context/id" i18n:name="id" /></span> <span tal:condition="python: context.id and context.is_edit_ok()" - tal:omit-tag="python:1" i18n:translate="">Bug<tal:x + tal:omit-tag="python:1" i18n:translate="">Bug <tal:x replace="context/id" i18n:name="id" /> Editing</span> </tal:block> @@ -202,7 +202,7 @@ <input type="hidden" name="@template" value="item"> <input type="hidden" name="@required" value="title"> </td> - <td colspan=3> + <td colspan="3"> <span tal:replace="structure context/submit">submit button</span> <a tal:condition="context/id" tal:attributes="href context/copy_url" i18n:translate="">Make a copy</a>
