Php files in blocks/search/lang/ directories:
{en,fr,nl}_utf8/block_search.php miss long opening php tag and thus raise errors in sites where it is enabled. Therefore I propose to change the first line of each file from
<?
to
<?php
Php files in blocks/search/lang/ directories:
{en,fr,nl}_utf8/block_search.php miss long opening php tag and thus raise errors in sites where it is enabled. Therefore I propose to change the first line of each file from
<?
to
<?php