##// END OF EJS Templates
[qtconsole] fix append_plain_html -> append_html
Matthias BUSSONNIER -
Show More
@@ -1670,7 +1670,7 b' class ConsoleWidget(LoggingConfigurable, QtGui.QWidget):'
1670 else:
1670 else:
1671 self.layout().setCurrentWidget(self._page_control)
1671 self.layout().setCurrentWidget(self._page_control)
1672 elif html:
1672 elif html:
1673 self._append_plain_html(text)
1673 self._append_html(text)
1674 else:
1674 else:
1675 self._append_plain_text(text)
1675 self._append_plain_text(text)
1676
1676
General Comments 0
You need to be logged in to leave comments. Login now