i did a brokie
This commit is contained in:
parent
6c2586d3bd
commit
b214833c16
2 changed files with 5 additions and 1 deletions
|
@ -19,3 +19,7 @@
|
|||
#nav {
|
||||
behavior: url(display-table.htc);
|
||||
}
|
||||
|
||||
#new_comment {
|
||||
width: 400px;
|
||||
}
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue