hello!
I think I found the next bug. I'm using PRE (HTML) on my homepage
and you are doing too, but it is not displayed right.
It should be displayed like that:
// MediaWiki in a subdomain, e.g. "http://mediawiki.your-domain.tld"
$modifiedLine = str_replace('src="', 'src="http://' . SERVER, $modifiedLine);
/**
* MediaWiki in a subdirectory, e.g. "http://localhost/mediawiki", then
* delete the line above or use "//".
**/but instead it looks:
// MediaWiki in a subdomain, e.g. "http://mediawiki.your-domain.tld"
$modifiedLine = str_replace('src="', 'src="http://' . SERVER, $modifiedLine);
/**
* MediaWiki in a subdirectory, e.g. "http://localhost/mediawiki", then
* delete the line above or use "//".
**/Any ideas?
cu buggy