mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-03 13:51:36 +01:00
code cleanup and optimizations 3.1.32-dev-34
This commit is contained in:
@@ -75,11 +75,11 @@ function smarty_block_textformat($params, $content, $template, &$repeat)
|
||||
break;
|
||||
|
||||
default:
|
||||
trigger_error("textformat: unknown attribute '$_key'");
|
||||
trigger_error("textformat: unknown attribute '{$_key}'");
|
||||
}
|
||||
}
|
||||
|
||||
if ($style == 'email') {
|
||||
if ($style === 'email') {
|
||||
$wrap = 72;
|
||||
}
|
||||
// split into paragraphs
|
||||
|
||||
Reference in New Issue
Block a user