##// END OF EJS Templates
gitweb, monoblue: break long line in map file
Martin Geisler -
r8487:33841282 default
parent child Browse files
Show More
@@ -70,7 +70,12 b' filerevision = filerevision.tmpl'
70 fileannotate = fileannotate.tmpl
70 fileannotate = fileannotate.tmpl
71 filediff = filediff.tmpl
71 filediff = filediff.tmpl
72 filelog = filelog.tmpl
72 filelog = filelog.tmpl
73 fileline = '<div style="font-family:monospace" class="parity{parity}"><pre><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</pre></div>'
73 fileline = '
74 <div style="font-family:monospace" class="parity{parity}">
75 <pre>
76 <a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}
77 </pre>
78 </div>'
74 annotateline = '
79 annotateline = '
75 <tr style="font-family:monospace" class="parity{parity}">
80 <tr style="font-family:monospace" class="parity{parity}">
76 <td class="linenr" style="text-align: right;">
81 <td class="linenr" style="text-align: right;">
@@ -61,7 +61,12 b' filerevision = filerevision.tmpl'
61 fileannotate = fileannotate.tmpl
61 fileannotate = fileannotate.tmpl
62 filediff = filediff.tmpl
62 filediff = filediff.tmpl
63 filelog = filelog.tmpl
63 filelog = filelog.tmpl
64 fileline = '<div style="font-family:monospace" class="parity{parity}"><pre><a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</pre></div>'
64 fileline = '
65 <div style="font-family:monospace" class="parity{parity}">
66 <pre>
67 <a class="linenr" href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}
68 </pre>
69 </div>'
65 annotateline = '
70 annotateline = '
66 <tr class="parity{parity}">
71 <tr class="parity{parity}">
67 <td class="linenr">
72 <td class="linenr">
General Comments 0
You need to be logged in to leave comments. Login now