Skip to content
  • JediKev's avatar
    3bb4c0a1
    issue: Rogue Closing div Breaks HTML Thread Tree · 3bb4c0a1
    JediKev authored
    This addresses an issue reported by Vincent Monier (Xenos) where posting a
    single `</div>` tag as a message or response via the UI will break the HTML
    Thread Tree view. This is due to the `html_balance()` method not cleaning
    empty div tags. This adds `'div'=>1` to the empty tag array so that any
    rogue div tag + any empty div tags are properly removed.
    3bb4c0a1
    issue: Rogue Closing div Breaks HTML Thread Tree
    JediKev authored
    This addresses an issue reported by Vincent Monier (Xenos) where posting a
    single `</div>` tag as a message or response via the UI will break the HTML
    Thread Tree view. This is due to the `html_balance()` method not cleaning
    empty div tags. This adds `'div'=>1` to the empty tag array so that any
    rogue div tag + any empty div tags are properly removed.
Loading