Mercurial > hg
changeset 13948:3fc5420016cc
paper: don't add breaks on the remaining instances of desc
fixes ebe1ddbbefd7
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Sun, 17 Apr 2011 01:44:09 +0200 |
parents | d2d1ef6a5238 |
children | ba43aa1e173c |
files | mercurial/templates/paper/fileannotate.tmpl mercurial/templates/paper/filediff.tmpl mercurial/templates/paper/filerevision.tmpl |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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>