diff -r 371fb8e44d41 MoinMoin/parser/highlight.py
--- a/MoinMoin/parser/highlight.py	Thu Nov 13 11:21:51 2014 +0100
+++ b/MoinMoin/parser/highlight.py	Wed Feb 04 15:01:30 2015 -0800
@@ -183,7 +183,7 @@
                                                                                                               }
                 lexer = pygments.lexers.TextLexer()
 
-        fmt.result.append(formatter.code_area(1, self._code_id, self.parsername, self.show_nums, self.num_start, self.num_step, msg))
+        fmt.result.append(formatter.code_area(1, self._code_id, self.syntax, self.show_nums, self.num_start, self.num_step, msg))
         pygments.highlight(self.raw, lexer, fmt)
         fmt.result.append(formatter.code_area(0, self._code_id))
         fmt.result.append(formatter.div(0))
