Fixed Error Message for Raw <xen:sidebar> incorrect

Jeremy

in memoriam 1991-2020
Tells you its a xen:h1 tag. Minor, but still an incorrect error.

PHP:
            throw $compiler->getNewCompilerException(new XenForo_Phrase('x_tags_only_used_where_full_statements_allowed', array('tag' => 'h1')));
 
Top Bottom