diff --git a/clientgui/sg_TaskPanel.cpp b/clientgui/sg_TaskPanel.cpp index a60d115135..04e3b02a62 100644 --- a/clientgui/sg_TaskPanel.cpp +++ b/clientgui/sg_TaskPanel.cpp @@ -78,6 +78,7 @@ void CScrolledTextBox::SetValue(const wxString& s) { // Change all occurrences of "n" to "^n" t.Replace(wxT(""), wxT("^"), true); t.Replace(wxT(""), wxT(""), true); + t.Replace(wxT("<"), wxT("<"), true); wxSize taskPanelSize = GetGrandParent()->GetSize(); availableWidth = taskPanelSize.GetWidth() - (2*SIDEMARGINS);