X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/02048bd80463c15e0f3051a28d8e575c5a21734e..ef6460a4e9da4b5082fe908fa9ef489c7ed2d652:/browser.plp diff --git a/browser.plp b/browser.plp index 5e359b4..782bea8 100644 --- a/browser.plp +++ b/browser.plp @@ -6,7 +6,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch'; Html({ title => 'browser compatibility cheat sheet', - version => 'v1.2', + version => '1.3', description => [ "Compatibility table of new web features (HTML5, CSS3, SVG, Javascript)", "comparing support and usage share for all popular browser versions.", @@ -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($_);