diff options
author | Dan McGee <dan@archlinux.org> | 2013-12-18 21:23:47 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-12-18 21:23:47 -0600 |
commit | 36f5e1df9afbeac1d04fee38dde4c28f81144a20 (patch) | |
tree | dfdfd6248dc20f28d70efc0f59a6db280ef36faf | |
parent | ac157895f10abf96ad7d1d8170e57a3cb4ee3df8 (diff) |
Allow mirror notes to wraprelease_2013-12-19
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/mirrors/mirror_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index 665ad805..8a652563 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -63,7 +63,7 @@ </tr> <tr> <th>Notes:</th> - <td>{{ mirror.notes|linebreaks }}</td> + <td class="wrap">{{ mirror.notes|linebreaks }}</td> </tr> <tr> <th>Upstream:</th> |