chore: myservers2 formatting

This commit is contained in:
Zack Spear
2023-11-09 16:40:50 -08:00
parent 35354c6117
commit f90f091cba

View File

@@ -48,4 +48,4 @@ if ($fileValue !== null) {
echo '<script src="' . $prefixedPath . $fileValue . '"></script>';
} else {
echo '<script>console.error("%cNo matching key containing \'' . $searchText . '\' found.", "font-weight: bold; color: white; background-color: red");</script>';
}
}