mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Restore heavy arrow to signify linebreak.
This commit is contained in:
parent
de0c89261e
commit
a46ae11030
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ class DifferentialChangesetParser {
|
|||
foreach ($vector as $ii => $char) {
|
||||
$result[] = $char;
|
||||
if (isset($break_here[$ii])) {
|
||||
$result[] = "<span class=\"over-the-line\">!</span><br />";
|
||||
$result[] = "<span class=\"over-the-line\">\xE2\xAC\x85</span><br />";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue