Nasty has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385965 )

Change subject: BlueSpiceExtensions/CSyntaxHighlight changed <pre> tag to 
<source> tag for geshi
......................................................................

BlueSpiceExtensions/CSyntaxHighlight changed <pre> tag to <source> tag for geshi

Change-Id: I2a576e33bb98c8127e5cfe55b43c8b340fb314c4
---
M CSyntaxHighlight/CSyntaxHighlight.class.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/65/385965/1

diff --git a/CSyntaxHighlight/CSyntaxHighlight.class.php 
b/CSyntaxHighlight/CSyntaxHighlight.class.php
index 62d6eec..08ba00d 100644
--- a/CSyntaxHighlight/CSyntaxHighlight.class.php
+++ b/CSyntaxHighlight/CSyntaxHighlight.class.php
@@ -168,7 +168,7 @@
                $oDescriptor->name = "source";
                $oDescriptor->desc = wfMessage( 'bs-csyntaxhighlight-tag-desc' 
)->text();
                $oDescriptor->helplink = 
'https://help.bluespice.com/index.php/CSyntaxHighlight';
-               $oDescriptor->code = "<pre brush:{lang}></pre>";
+               $oDescriptor->code = '<source lang="{lang}"></source>';
                $oDescriptor->previewable = true;
 
                $oResponse->result[] = $oDescriptor;

-- 
To view, visit https://gerrit.wikimedia.org/r/385965
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a576e33bb98c8127e5cfe55b43c8b340fb314c4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Nasty <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to