Mercurial > hg > mercurial-source
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 +++ b/mercurial/templates/paper/fileannotate.tmpl @@ -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 +++ b/mercurial/templates/paper/filediff.tmpl @@ -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 +++ b/mercurial/templates/paper/filerevision.tmpl @@ -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>