--- a/RefactoringRope/RefactoringServer.py Fri Sep 29 10:41:34 2017 +0200 +++ b/RefactoringRope/RefactoringServer.py Sat Sep 30 14:52:32 2017 +0200 @@ -2212,7 +2212,7 @@ """ this issue with the received data to the""" """ eric bugs email address.</p>""" """<p>Error: {0}</p>""" - """<p>Data:<br/>{0}</p>""").format( + """<p>Data:<br/>{1}</p>""").format( params["ExceptionValue"], Utilities.html_encode(params["ProtocolData"])), E5MessageBox.StandardButtons( @@ -2226,7 +2226,7 @@ " email address.</p>" "<p>Exception: {0}</p>" "<p>Value: {1}</p>" - "Traceback: {2}</p>").format( + "<p>Traceback: {2}</p>").format( Utilities.html_encode(params["ExceptionType"]), params["ExceptionValue"], params["Traceback"].replace("\r\n", "<br/>")