fix whitespace

This commit is contained in:
Shish 2019-11-29 02:20:48 +00:00
parent 7d30aaf1ea
commit 3ac3fcb711

View File

@ -111,10 +111,10 @@ class Media extends Extension
$sb->add_text_option(MediaConfig::CONVERT_PATH, "convert", true); $sb->add_text_option(MediaConfig::CONVERT_PATH, "convert", true);
// } // }
$sb->add_text_option(MediaConfig::FFMPEG_PATH, "<br/>ffmpeg", true); $sb->add_text_option(MediaConfig::FFMPEG_PATH, "ffmpeg", true);
$sb->add_text_option(MediaConfig::FFPROBE_PATH, "<br/>ffprobe", true); $sb->add_text_option(MediaConfig::FFPROBE_PATH, "ffprobe", true);
$sb->add_shorthand_int_option(MediaConfig::MEM_LIMIT, "<br />Mem limit: ", true); $sb->add_shorthand_int_option(MediaConfig::MEM_LIMIT, "Mem limit: ", true);
$sb->end_table(); $sb->end_table();
$event->panel->add_block($sb); $event->panel->add_block($sb);