Index: trunk/phase3/includes/DifferenceEngine.php |
— | — | @@ -488,10 +488,10 @@ |
489 | 489 | $ntitle = '<span class="history-deleted">'.$ntitle.'</span>'; |
490 | 490 | } |
491 | 491 | $header = " |
492 | | - <table border='0' cellpadding='0' cellspacing='4' class='diff'> |
| 492 | + <table border='0' width='98%' cellpadding='0' cellspacing='4' class='diff'> |
493 | 493 | <tr> |
494 | | - <td colspan='2' align='center' class='diff-otitle'>{$otitle}</td> |
495 | | - <td colspan='2' align='center' class='diff-ntitle'>{$ntitle}</td> |
| 494 | + <td colspan='2' width='50%' align='center' class='diff-otitle'>{$otitle}</td> |
| 495 | + <td colspan='2' width='50%' align='center' class='diff-ntitle'>{$ntitle}</td> |
496 | 496 | </tr> |
497 | 497 | "; |
498 | 498 | |