diff options
-rw-r--r-- | app/template-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp index dbbe07f..0c73aa1 100644 --- a/app/template-html.lsp +++ b/app/template-html.lsp @@ -17,7 +17,7 @@ Content-Type: text/html <script src="/static/IE8.js" type="text/javascript"></script> <![endif]--> <title><?= pageinfo.hostname .. " - " .. pageinfo.controller .. "->" .. pageinfo.action ?></title> -<link rel="stylesheet" type="text/css" href=<?= "/"..pageinfo.skin.."/"..pageinfo.skin..".css" ?> "> +<link rel="stylesheet" type="text/css" href="<?= "/"..pageinfo.skin.."/"..pageinfo.skin..".css" ?>"> </head> <body> |