mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-12 01:11:55 +00:00
Don't use php shorttags, because not everyone has them enabled.
Change-Id: Ia6c992d32af25932fd3d91c970058849f1766e9e
This commit is contained in:
parent
9080ece112
commit
253e36fff5
|
@ -1,4 +1,4 @@
|
|||
<?
|
||||
<?php
|
||||
|
||||
$magicWords = array();
|
||||
|
||||
|
@ -29,4 +29,4 @@ $magicWords['mk'] = array(
|
|||
/** Dutch (Nederlands) */
|
||||
$magicWords['nl'] = array(
|
||||
'invoke' => array( 0, 'aanroepen' ),
|
||||
);
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue