mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
fix syntax error
This commit is contained in:
parent
44a90c0263
commit
08831349dd
|
@ -121,7 +121,7 @@ class SeedDMS_View_Timeline extends SeedDMS_Bootstrap_Style {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
header('Content-Type: application/json'),
|
header('Content-Type: application/json');
|
||||||
echo json_encode($jsondata);
|
echo json_encode($jsondata);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user