##// END OF EJS Templates
paper: preserve whitespace on description instead of adding breaks...
Adrian Buehlmann -
r13934:ebe1ddbb default
parent child Browse files
Show More
@@ -40,7 +40,7 b''
40 files, or words in the commit message</div>
40 files, or words in the commit message</div>
41 </form>
41 </form>
42
42
43 <div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
43 <div class="description">{desc|strip|escape|nonempty}</div>
44
44
45 <table id="changesetEntry">
45 <table id="changesetEntry">
46 <tr>
46 <tr>
@@ -210,6 +210,7 b' div.description {'
210 border-left: 2px solid #999;
210 border-left: 2px solid #999;
211 margin: 1em 0 1em 0;
211 margin: 1em 0 1em 0;
212 padding: .3em;
212 padding: .3em;
213 white-space: pre;
213 }
214 }
214
215
215 /* Graph */
216 /* Graph */
General Comments 0
You need to be logged in to leave comments. Login now