--- a/Helpviewer/HelpBrowserWV.py Fri May 30 13:17:20 2014 +0200 +++ b/Helpviewer/HelpBrowserWV.py Fri May 30 15:16:40 2014 +0200 @@ -1187,8 +1187,8 @@ if element.tagName().lower() in ["input", "textarea"]: if menu.isEmpty(): pageMenu = self.page().createStandardContextMenu() - directionFound = False # used to detect double - # direction entry + directionFound = False + # used to detect double direction entry for act in pageMenu.actions(): if act.isSeparator(): menu.addSeparator()