page_edit.html
the elRTE.prototype.options.panels.web2pyPanel should also contain
'indent', 'outdent'
otherwise it is not possible to create nested (un)sorted lists

the help text for the markmin language should only displayed on mode
== 'markmin'
add on line 41 of page_edit.html
{{if DEFAULT['mode'] == 'markmin':}}
and on line 91
{{pass}}

controllers/plugin_wiki.py has a syntax mistake
line 131 reads
form = A(T('login to comment',_href=auth.settings.login_url))
but should read
form = A(T('login to comment'),_href=auth.settings.login_url)

Reply via email to