From f4de28c3c596c942e1b968c260b0482e9cfa9a71 Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Tue, 14 Jan 2020 12:22:40 -0500 Subject: [PATCH] [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