Skip to content

Commit ca0f680

Browse files
committed
Fix small typos.
1 parent 1b7db75 commit ca0f680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/roundup/templates/devel/html/bug.item.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
tal:omit-tag="python:1" i18n:translate="">Bug <tal:x
1919
replace="context/id" i18n:name="id" /></span>
2020
<span tal:condition="python: context.id and context.is_edit_ok()"
21-
tal:omit-tag="python:1" i18n:translate="">Bug<tal:x
21+
tal:omit-tag="python:1" i18n:translate="">Bug <tal:x
2222
replace="context/id" i18n:name="id" /> Editing</span>
2323
</tal:block>
2424

@@ -202,7 +202,7 @@
202202
<input type="hidden" name="@template" value="item">
203203
<input type="hidden" name="@required" value="title">
204204
</td>
205-
<td colspan=3>
205+
<td colspan="3">
206206
<span tal:replace="structure context/submit">submit button</span>
207207
<a tal:condition="context/id" tal:attributes="href context/copy_url"
208208
i18n:translate="">Make a copy</a>

0 commit comments

Comments
 (0)