﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5543	Support for syntaxhighlight tag (SyntaxHighlight GeSHi extension)	Sean Turley		"The ""source"" tag is supported very well in FCKeditor, but the equivalent and preferred ""syntaxhighlight"" tag isn't supported. Both tags should work the same.

== Steps to Reproduce ==
1. Make sure Syntaxhighlight_GeSHi extension is installed. Get it at [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi]

2. Create an article with syntaxhighlight tags using standard markup:

{{{
<syntaxhighlight lang=""php"">
<?php
    $v = ""string"";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>
</syntaxhighlight>
}}}

3. Now edit the article with FCKeditor. Make no changes and save. The tags get changed.

4. Note the same code snippet wrapped in ""source"" tags works just fine with FCKeditor.

== Server Version Information ==
MediaWiki 1.15.3[[BR]]
PHP 5.2.10-2ubuntu6.4 (apache2handler)[[BR]]
MySQL 5.1.37-1ubuntu5.1[[BR]]
FCKEditor Version 1.0.1 (Subversion r65138)[[BR]]
SyntaxHighlight Version 1.0.8.7) (Subversion r65138)[[BR]]

== Browser Version ==
Ubuntu 9.10 x86 (2.6.31-20-generic)[[BR]]
Google Chrome 5.0.342.9 beta[[BR]]
Firefox 3.5.9[[BR]]

"	Bug	closed	Normal		Project : MediaWiki+FCKeditor		invalid		
