summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson2019-02-06 20:45:36 +0000
committerMagnus Hagander2019-02-06 20:45:36 +0000
commit7402f1cd86ad261b82fd85c435d1b0409ec547d1 (patch)
tree9e4b06f6c575a42a15faae207ca0a0c03bec0f35
parentffc588f0213dc631e4e10e513713a772d82d6258 (diff)
Fix markup
-rw-r--r--pgcommitfest/commitfest/templates/patch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html
index dede74f..d5c291e 100644
--- a/pgcommitfest/commitfest/templates/patch.html
+++ b/pgcommitfest/commitfest/templates/patch.html
@@ -33,7 +33,7 @@
</tr>
<tr>
<th>Target version</th>
- <td>{%if patch.targetversion%}<span class="label label-primary">{{patch.targetversion}}</span>{%endif%}
+ <td>{%if patch.targetversion%}<span class="label label-primary">{{patch.targetversion}}</span>{%endif%}</td>
</tr>
<tr>
<th>Authors</th>