Commit 7955bcf7 authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Bugfix, render mode is xhtml.

parent 88e5deac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ class syntax_plugin_ifauthex extends DokuWiki_Syntax_Plugin
     */
    public function render($mode, Doku_Renderer $renderer, $data)
    {
        if ($mode !== 'xhtml') {
        if ($mode == 'xhtml') {
            list($state, $expr) = $data;
            switch ($state) {
                case DOKU_LEXER_ENTER: