diff mercurial/templates/gitweb/changeset.tmpl @ 26288:2239626369f5

gitweb: port code selection without line numbers from paper This is adapted from f2e4fdb3dd27 and e92d4b8530cb. It also fixes issue4790 in gitweb; tab characters now have meaningful width on the modified pages (file view, file diff, changeset).
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 22 Sep 2015 02:09:10 +0800
parents e0073dcec588
children e901df65b108
line wrap: on
line diff
--- a/mercurial/templates/gitweb/changeset.tmpl	Sun Sep 13 22:34:58 2015 +0900
+++ b/mercurial/templates/gitweb/changeset.tmpl	Tue Sep 22 02:09:10 2015 +0800
@@ -52,6 +52,6 @@
 {files}
 </table></div>
 
-<div class="page_body">{diff}</div>
+<div class="page_body diffblocks">{diff}</div>
 
 {footer}