Skip to content
Snippets Groups Projects
Commit 5f19b950 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Cosmétique : affichage du source_code dans le diff

parent f9950f5d
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ $formattedDiff = $f->format($synchro, $diff); ...@@ -61,7 +61,7 @@ $formattedDiff = $f->format($synchro, $diff);
<thead> <thead>
<tr> <tr>
<th> <th>
Source Code Column <?php echo $sourceCodeColumn ?>
</th> </th>
<th> <th>
Colonnes impactées Colonnes impactées
...@@ -78,7 +78,6 @@ $formattedDiff = $f->format($synchro, $diff); ...@@ -78,7 +78,6 @@ $formattedDiff = $f->format($synchro, $diff);
?> ?>
<tr class="diff"> <tr class="diff">
<td> <td>
<strong><?php echo $sourceCodeColumn ?></strong><br>
<?php echo $sourceCode ?> <?php echo $sourceCode ?>
</td> </td>
<td> <td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment