From: Michael Tremer Date: Sun, 25 Nov 2012 11:13:26 +0000 (+0100) Subject: Fix line-wrapping in package descriptions. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e482d8e49a2b296321761680045252ea5d95ae;p=pbs.git Fix line-wrapping in package descriptions. --- diff --git a/data/templates/modules/changelog/entry.html b/data/templates/modules/changelog/entry.html index 79af733c..03e46d77 100644 --- a/data/templates/modules/changelog/entry.html +++ b/data/templates/modules/changelog/entry.html @@ -19,7 +19,7 @@ {% if build.commit %} - {% module Text(build.commit.message_full) %} + {% module Text(build.commit.message_full, remove_linebreaks=False) %}

{{ _("Author") }} {% module Maintainer(build.commit.author) %}