Index: trunk/phase3/includes/diff/DifferenceEngine.php |
— | — | @@ -1172,7 +1172,7 @@ |
1173 | 1173 | |
1174 | 1174 | # HTML-escape parameter before calling this |
1175 | 1175 | function deletedLine( $line ) { |
1176 | | - return $this->wrapLine( '-', 'diff-deletedline', $line ); |
| 1176 | + return $this->wrapLine( '−', 'diff-deletedline', $line ); |
1177 | 1177 | } |
1178 | 1178 | |
1179 | 1179 | # HTML-escape parameter before calling this |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -374,6 +374,7 @@ |
375 | 375 | requested. |
376 | 376 | * (bug 22308) Search now finds text in default main page immediately after setup |
377 | 377 | * (bug 25697) Make sure empty lines render in diff view. |
| 378 | +* Use an actual minus sign in diff views, instead of a hyphen. |
378 | 379 | |
379 | 380 | === API changes in 1.17 === |
380 | 381 | * (bug 22738) Allow filtering by action type on query=logevent. |
— | — | @@ -462,6 +463,8 @@ |
463 | 464 | <head> and by providing an API module action=rsd. Added hook |
464 | 465 | ApiRsdServiceApis for extensions to add their own service to the services |
465 | 466 | list. |
| 467 | +* The HTML of diff output markers has changed. Hyphens are now minus signs, |
| 468 | + empty markers are now filled with non-breaking-space characters. |
466 | 469 | |
467 | 470 | === Languages updated in 1.17 === |
468 | 471 | |