Bug - Fixed "banishes" CLI command shows HTML code rather than table

PeKaJe

Member
Seems like "textui/command/BanishesCommand.java" wasn't updated to use RequestLogger.printHtml when r27835 changed the behavior.
Haven't confirmed if this will fix it, but seems pretty likely.
I think "taleofdread" might also be affected, as it displays the text with <p> for paragraph breaks.

Edit: Patched it in a personal build and it works fine now (patch attached).
 

Attachments

  • printhtmltest.patch
    1.2 KB · Views: 1
Last edited:
Top