paper: don't add breaks on the remaining instances of desc
fixes
ebe1ddbbefd7
--- a/mercurial/templates/paper/fileannotate.tmpl Sat Apr 16 20:08:43 2011 +0200
+++ b/mercurial/templates/paper/fileannotate.tmpl Sun Apr 17 01:44:09 2011 +0200
@@ -45,7 +45,7 @@
files, or words in the commit message</div>
</form>
-<div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
+<div class="description">{desc|strip|escape|nonempty}</div>
<table id="changesetEntry">
<tr>
--- a/mercurial/templates/paper/filediff.tmpl Sat Apr 16 20:08:43 2011 +0200
+++ b/mercurial/templates/paper/filediff.tmpl Sun Apr 17 01:44:09 2011 +0200
@@ -44,7 +44,7 @@
files, or words in the commit message</div>
</form>
-<div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
+<div class="description">{desc|strip|escape|nonempty}</div>
<table id="changesetEntry">
<tr>
--- a/mercurial/templates/paper/filerevision.tmpl Sat Apr 16 20:08:43 2011 +0200
+++ b/mercurial/templates/paper/filerevision.tmpl Sun Apr 17 01:44:09 2011 +0200
@@ -43,7 +43,7 @@
files, or words in the commit message</div>
</form>
-<div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
+<div class="description">{desc|strip|escape|nonempty}</div>
<table id="changesetEntry">
<tr>