Description
Always editing wikiutil.py the code parser of kate/kwrite shows a lot of code as text. Probably no bug in code but an easy change by adding a blank to fix this. -- ReimarBauer 2006-01-14 14:01:28
+++ wikiutil.py 2006-01-14 15:10:27.979249808 +0100 @@ -1299,7 +1299,7 @@ querystr = escape(makeQueryString({'action': 'edit'})) # TODO: remove escape=0 in 2.0 url = page.url(request, querystr, escape=0) - bodyattr.append(''' ondblclick="location.href='%s'"''' % url) + bodyattr.append(''' ondblclick="location.href='%s'" ''' % url) # Set body to the user interface language and direction bodyattr.append(' %s' % request.theme.ui_lang_attr())
Steps to reproduce
see above
Details
MoinMoin Version |
|
OS and Version |
|
Python Version |
|
Server Setup |
|
Server Details |
|
Workaround
Discussion
this is no bug report for functionality only for colorcoding in an editor of this routine.
Plan
- Priority:
- Assigned to:
- Status: Fixed in moin--main--1.5--patch-380