diff options
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 e12a65ea..2482d1aa 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -159,7 +159,7 @@ </tr> {% if user.is_authenticated %}{% with pkg.flag_request as flag_request %}{% if flag_request %}<tr> <th>Last Flag Request:</th> - <td>From {{ flag_request.who }} on {{ flag_request.created|date }}:<br/> + <td class="wrap">From {{ flag_request.who }} on {{ flag_request.created|date }}:<br/> <div class="userdata">{{ flag_request.message|linebreaksbr|default:"{no message}" }}</div></td> </tr>{% endif %}{% endwith %}{% endif %} </table> |