5147 Typo 'bandwith' should be 'bandwidth'

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

View file

@ -36,7 +36,7 @@ function update_notes_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);