Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.3, 1.9
-
Component/s: Accessibility, Blocks, Language
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
-
Fixed Branches:MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
Description
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