diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-01 08:02:41 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-01 08:02:41 -0500 |
commit | 0141ae3b8bd2c976875edefa69c9c6fbda51d9e7 (patch) | |
tree | 2e9c225dc5662c55e50c01c65a55f97ea465c006 /templates | |
parent | 0181177f8650e6870f6f87383feb44b67b995607 (diff) |
Ensure long package descriptions wraprelease_2010-09-02
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-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 269d9e88..4537772c 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -80,7 +80,7 @@ {% endifequal %} <tr> <th>Description:</th> - <td>{% if pkg.pkgdesc %}{{ pkg.pkgdesc }}{% endif %}</td> + <td class="wrap">{% if pkg.pkgdesc %}{{ pkg.pkgdesc }}{% endif %}</td> </tr><tr> <th>Upstream URL:</th> <td>{% if pkg.url %}<a href="{{ pkg.url }}" |