# HG changeset patch # User Jan Heylen # Date 1451728686 -3600 # Node ID a1a517ebf550b8c3db04126577bdc558ed7f859c # Parent 2eaabe413ef6deda0ea6b717402d3a932efe2dd8 diff: fix display of images for deleted files In preperation of refactoring diff handling, this change fixes the handling of picture showing when a file gets deleted. diff -r 2eaabe413ef6 -r a1a517ebf550 kallithea/templates/changeset/diff_block.html --- a/kallithea/templates/changeset/diff_block.html Tue Jan 05 16:30:12 2016 +0100 +++ b/kallithea/templates/changeset/diff_block.html Sat Jan 02 10:58:06 2016 +0100 @@ -49,7 +49,7 @@ %endif
- %if change == 'M': + %if change in 'DM': %endif @@ -111,7 +111,7 @@ %endif
- %if op == 'M': + %if op in 'DM': %endif