1
1
Fork 0

5147 Typo 'bandwith' should be 'bandwidth'

This commit is contained in:
Pascal Deklerck 2018-05-30 08:50:29 +02:00
commit e1dd1aa358
28 changed files with 46 additions and 46 deletions

View file

@ -23,7 +23,7 @@ function update_display_content(App $a)
$replace = "<img\${1} dst=\"\${2}\"";
$text = preg_replace($pattern, $replace, $text);
if (PConfig::get(local_user(), "system", "bandwith_saver")) {
if (PConfig::get(local_user(), "system", "bandwidth_saver")) {
$replace = "<br />" . L10n::t("[Embedded content - reload page to view]") . "<br />";
$pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i";
$text = preg_replace($pattern, $replace, $text);