i did a brokie

This commit is contained in:
Freya Murphy 2024-07-08 21:56:54 -04:00
parent 6c2586d3bd
commit b214833c16
Signed by: freya
GPG key ID: 744AB800E383AE52
2 changed files with 5 additions and 1 deletions

View file

@ -19,3 +19,7 @@
#nav {
behavior: url(display-table.htc);
}
#new_comment {
width: 400px;
}

View file

@ -66,7 +66,7 @@ class Blog_model extends Model {
/**
* @param mixed $name
*/
private function load_writeup($name): ?string {
private function load_writeup($name): ?array {
$dir = $GLOBALS['assetroot'] . '/writeup';
$path = $dir . '/' . $name;
if(!file_exists($path)) {