Commit 87280953 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix HtmlStack#open? method.

A silly mistake.
parent 5e8a482c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ module JsDuck

    # True when the tag is currently open.
    def open?(tag)
      @open_tags.include?("a")
      @open_tags.include?(tag)
    end

    # Returns HTML for closing the still open tags.