Quellcode durchsuchen

[gnuplot] remove brs to eliminate extra spacing

Jed Fox vor 5 Jahren
Ursprung
Commit
f4de28c3c5
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      lib/docs/filters/gnuplot/clean_html.rb

+ 1 - 0
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