paper: don't add breaks on the remaining instances of desc
authorAdrian Buehlmann <adrian@cadifra.com>
Sun, 17 Apr 2011 01:44:09 +0200
changeset 13948 3fc5420016cc
parent 13947 d2d1ef6a5238
child 13949 ba43aa1e173c
paper: don't add breaks on the remaining instances of desc fixes ebe1ddbbefd7
mercurial/templates/paper/fileannotate.tmpl
mercurial/templates/paper/filediff.tmpl
mercurial/templates/paper/filerevision.tmpl
--- 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>