X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=module-tools.py;h=e9f3096517c6e24c7198cde863ca3882cf7a01b3;hb=be1573f6b698bf9d05acb7859295bfa67a6d831c;hp=11acc1e03e26998c8d1725a173183fbfd4be78da;hpb=fc1daa98627b8dfed0557f8fc233042995c9525f;p=build.git diff --git a/module-tools.py b/module-tools.py index 11acc1e0..e9f30965 100755 --- a/module-tools.py +++ b/module-tools.py @@ -958,8 +958,8 @@ n: move to next file""".format(**locals())) self.html_store_title("Diffs in module {} ({}) : {} chars"\ .format(thename, self.last_tag(spec_dict), len(diff_output))) - self.html_store_raw('

< (left) {}

'"{:<16} {}".format(tag_name)) - self.html_store_raw('

> (right) {}

'"{:<16} {}".format(thename)) + self.html_store_raw('

< (left) {}

'.format(tag_name)) + self.html_store_raw('

> (right) {}

'.format(thename)) self.html_store_pre(diff_output) elif not self.options.www: print('x'*30, 'module', thename)