[devdocsgjs/main: 1019/1867] [gnuplot] remove brs to eliminate extra spacing




commit f4de28c3c596c942e1b968c260b0482e9cfa9a71
Author: Jed Fox <git twopointzero us>
Date:   Tue Jan 14 12:22:40 2020 -0500

    [gnuplot] remove brs to eliminate extra spacing

 lib/docs/filters/gnuplot/clean_html.rb | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/lib/docs/filters/gnuplot/clean_html.rb b/lib/docs/filters/gnuplot/clean_html.rb
index c14cab59..92b20597 100644
--- a/lib/docs/filters/gnuplot/clean_html.rb
+++ b/lib/docs/filters/gnuplot/clean_html.rb
@@ -28,6 +28,7 @@ module Docs
         css('.navigation').remove
         css('#CHILD_LINKS, ul.ChildLinks').remove
         css('hr').remove
+        css('br').remove
         # Anchors that use only names are some numerical IDs that latex2html distributes through the document
         css('a[name]:not([href]):not([id])').remove
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]