1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-17 01:36:14 +02:00

[ticket/13454] Add excessively removed code back

PHPBB3-13454
This commit is contained in:
Marc Alexander
2015-12-24 15:44:55 +01:00
parent 73900d1857
commit 3f44f36817
5 changed files with 10 additions and 3 deletions

View File

@@ -720,6 +720,7 @@ class diff_renderer_side_by_side extends diff_renderer
if (!empty($current_context))
{
$line = $current_context;
$current_context = '';
$output .= '<tr class="unmodified"><td><pre>' . ((strlen($line)) ? $line : '&nbsp;') . '<br /></pre></td>';
$output .= '<td><pre>' . ((strlen($line)) ? $line : '&nbsp;') . '<br /></pre></td></tr>';