]> git.ipfire.org Git - people/jschlag/pbs.git/commitdiff
Fix line-wrapping in package descriptions.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 11:13:26 +0000 (12:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 11:13:26 +0000 (12:13 +0100)
data/templates/modules/changelog/entry.html

index 79af733ccda9eb9ca6f199050a9e25735b7ccbff..03e46d77eb655e3c28816dd0a39d2e3ce8a6c2e3 100644 (file)
@@ -19,7 +19,7 @@
                </h4>
 
                {% if build.commit %}
-                       {% module Text(build.commit.message_full) %}
+                       {% module Text(build.commit.message_full, remove_linebreaks=False) %}
 
                        <p class="muted pull-right">
                                {{ _("Author") }} {% module Maintainer(build.commit.author) %}