From 04f4ac25b8087bf5f31ab56c3f27fe67c77a6067 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Tue, 27 Nov 2012 09:49:46 -0500 Subject: [PATCH] Fix wrapping to avoid markdown mis-interpretation. --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 875c321..ad258a2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -92,8 +92,8 @@ The base and overlay canvas are now using the CSS classes "flot-base" and 'shadow' option. (patch by Julien Thomas, pull request #78) - Added the ability to set width and color for individual sides of the grid. - (patch by Ara Anjargolian, additional fixes by Karl Swedberg, pull requests - #855 and #880) + (patch by Ara Anjargolian, additional fixes by Karl Swedberg, pull requests #855 + and #880) - The selection plugin's getSelection now returns null when the selection has been cleared. (patch by Nick Campbell, pull request #852)