r113198 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113197‎ | r113198 | r113199 >
Date:23:19, 6 March 2012
Author:reedy
Status:reverted
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php
@@ -108,7 +108,7 @@
109109 $parser->getOutput()->addModuleStyles( 'ext.geshi.local' );
110110 }
111111
112 - $encloseTag = $enclose === GESHI_HEADER_NONE ? 'span' : 'div';
 112+ $encloseTag = $enclose === GESHI_HEADER_NONE ? 'code' : 'pre';
113113 $attribs = Sanitizer::validateTagAttributes( $args, $encloseTag );
114114
115115 //lang is valid in HTML context, but also used on GeSHi
Property changes on: branches/wmf/1.19wmf1/extensions
___________________________________________________________________
Modified: svn:mergeinfo
116116 Merged /trunk/extensions:r113190

Follow-up revisions

RevisionCommit summaryAuthorDate
r113200Revert r113198reedy23:35, 6 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113190[SyntaxHighlight GeSHi] Use <code> and <pre> instead of <span> and <div> to a...krinkle22:35, 6 March 2012

Status & tagging log