diff options
-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> |