mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 08:19:27 -05:00
Empty buffer after ALERT
This commit is contained in:
@@ -47,5 +47,6 @@ if ($file) {
|
||||
} else {
|
||||
write(Markdown("*"._('No release notes available')."!*"));
|
||||
}
|
||||
if (basename($file) != 'my_alerts.txt') write('_DONE_','');
|
||||
if (basename($file)!='my_alerts.txt') write('_DONE_');
|
||||
write('');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user