digraphs: propose missing down tack
[sheet.git] / browser.plp
index 5e359b40f14a76f14d1337be562bb04d7e800afa..652f6a957f6b6afee45b739ad6abe0bcbe51f46b 100644 (file)
@@ -300,6 +300,7 @@ sub featurescore {
 sub formatnotes {
        my @html = @_;
        for (@html) {
+               s/\r\n?/\n/g;  # windows returns
                s/\h* $//gmx;  # trailing whitespace
                s/(?<= [^.\n]) $/./gmx;  # consistently end each line by a period
                Entity($_);