Index: wp-admin/includes/revision.php
===================================================================
--- wp-admin/includes/revision.php	(revision 24528)
+++ wp-admin/includes/revision.php	(working copy)
@@ -38,7 +38,7 @@
 		if ( ! $diff && 'post_title' === $field ) {
 			// It's a better user experience to still show the Title, even if it didn't change.
 			// No, you didn't see this.
-			$diff = "<table class='diff'><col class='ltype' /><col class='content' /><col class='ltype' /><col class='content' /><tbody><tr>";
+			$diff = '<table class="diff"><colgroup><col class="content diffsplit left"><col class="content diffsplit middle"><col class="content diffsplit right"></colgroup><tbody><tr>';
 			$diff .= '<td>' . esc_html( $compare_from->post_title ) . '</td><td></td><td>' . esc_html( $compare_to->post_title ) . '</td>';
 			$diff .= '</tr></tbody>';
 			$diff .= '</table>';
@@ -97,4 +97,4 @@
 		'revisionData'     => array_values( $revisions ),
 		'selectedRevision' => $selected_revision_id,
 	);
-}
\ No newline at end of file
+}
