mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
31b27b3712
1. `html_doc.css('.Box.md')` always returns a truthy value (e.g. `[]`) so the second branch of the if-elsif never ran 2. `node&.css('text()')` was invalid code that would raise an error 3. Matching on h3 elements is no longer correct with the current html structure returned by GitHub