diff options
author | Daniel Gustafsson | 2019-02-06 20:45:36 +0000 |
---|---|---|
committer | Magnus Hagander | 2019-02-06 20:45:36 +0000 |
commit | 7402f1cd86ad261b82fd85c435d1b0409ec547d1 (patch) | |
tree | 9e4b06f6c575a42a15faae207ca0a0c03bec0f35 | |
parent | ffc588f0213dc631e4e10e513713a772d82d6258 (diff) |
Fix markup
-rw-r--r-- | pgcommitfest/commitfest/templates/patch.html | 2 |
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> |