Correct calls to write_html()
write_html() is declared as taking two parameters, but the call to it passes three. We fix this by dropping the third parameter, which was labelled 'DUMMY' anyway.
This commit is contained in:
Reference in New Issue
Block a user