浏览代码

[gnuplot] remove brs to eliminate extra spacing

Jed Fox 5 年之前
父节点
当前提交
f4de28c3c5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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