We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ecfbb commit b5367edCopy full SHA for b5367ed
css/style.css
@@ -1,5 +1,3 @@
1
-/* Стили для виджета сравнений из Wordpress */
2
-
3
table.diff tbody tr td:nth-child(2) {
4
width: 4%
5
}
src/TextDiff.php
@@ -15,7 +15,7 @@ class TextDiff
15
*
16
* @param string $left_string text
17
* @param string $right_string text to compare
18
- * @param bool $split_view split into two columns
+ * @param bool $split_view split into two columns (side by side comparison)
19
20
* @return string HTML table or empty string.
21
*/
0 commit comments