Content deleted Content added
Updating published sources: SourceUploader: * Sort directory pages by last modified date. * Use <nowiki><syntaxhighlight></nowiki> instead of <nowiki><source></nowiki>. d::NoWiki: * Add support for <nowiki><syntaxhighlight></nowiki>. General: * Vario |
Updating published sources: OnThisDayTagger: * Fix handling of multi-line <noinclude>. |
||
Line 80:
$api->store->{'maxotd'}=1 unless exists($api->store->{'maxotd'});
$api->store->{'nextday'}=
my $starttime=time;
Line 251:
$nowiki->{$k}='' if $v=~/^<!--/;
}
$txt=$1 if $txt=~m!<onlyinclude>(.*?)</onlyinclude>!s;
$txt=~s!<noinclude>(.*?)</noinclude>!!
$txt=~s!</?includeonly>!!g;
|