You are here

property Smarty::$config_fix_newlines in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/lib/smarty/Smarty.class.php \Smarty::config_fix_newlines

This tells whether or not automatically fix newlines in config files. It basically converts \r (mac) or \r\n (dos) to \n

File

includes/moodle/lib/smarty/Smarty.class.php, line 367

Class

Smarty
@package Smarty

Code

var $config_fix_newlines = true;