mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix loading of plugin defined stylesheets
This commit is contained in:
parent
3c1cdee910
commit
a23c74bdbc
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ foreach(OC_UTIL::$scripts as $script){
|
|||
echo("<script type='text/ecmascript' src='$WEBROOT/$script'></script>\n");
|
||||
}
|
||||
foreach(OC_UTIL::$styles as $style){
|
||||
echo("<link rel='stylesheet' type='text/css' href='$style'/>\n");
|
||||
echo("<link rel='stylesheet' type='text/css' href='$WEBROOT/$style'/>\n");
|
||||
}
|
||||
?>
|
||||
<script type='text/ecmascript'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue