forked from chrisboulton/php-diff
-
Notifications
You must be signed in to change notification settings - Fork 4
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>