# HG changeset patch # User Goffi # Date 1384347607 -3600 # Node ID e819630c6737f146ed2e8aea3c835efa5c5856a7 # Parent d731ae0661584cfdf3a2ae1bccae1bc327188ddd plugin text syntaxes: fixed bad parameter order for getParamA diff -r d731ae066158 -r e819630c6737 src/plugins/plugin_misc_text_syntaxes.py --- a/src/plugins/plugin_misc_text_syntaxes.py Wed Nov 13 13:58:10 2013 +0100 +++ b/src/plugins/plugin_misc_text_syntaxes.py Wed Nov 13 14:00:07 2013 +0100 @@ -127,7 +127,7 @@ @param profile: %(doc_profile)s @return: profile selected syntax """ - return self.host.memory.getParamA(CATEGORY, NAME , profile_key=profile) + return self.host.memory.getParamA(NAME, CATEGORY , profile_key=profile) def clean_xhtml(self, xhtml): """ Clean XHTML text by removing potentially dangerous/malicious parts