Closed
Description
Currently we patch php-diff class for Inline and SideBySide diff mode, because the application add its own header with additional metadata. It would be nice to disable the header for instance via via the $customOptions.
<thead>
<tr>
<th colspan="2">{$this->options['title1']}</th>
<th colspan="2">{$this->options['title2']}</th>
</tr>
</thead>