diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-19 18:36:47 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-19 18:36:47 -0500 |
commit | 60738969375fc72ff254517107ce53e14b068e24 (patch) | |
tree | 13611889ef065a292d4138f0b7cc5200b7aa0631 | |
parent | c9c3dffdec1afa8ce4ff8d26113ff871a25d224d (diff) |
Fix template comment guard
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/packages/details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 2f1031a6..d09d8ada 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -142,8 +142,8 @@ {% comment %} <th>Signed:</th> <td>{{ pkg.is_signed|yesno|capfirst }}</td> - {% endcomment %} </tr><tr> + {% endcomment %} <th>Build Date:</th> <td>{{ pkg.build_date|date:"DATETIME_FORMAT" }} UTC</td> </tr><tr> |