summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-01-10 10:32:17 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-01-10 10:32:17 +0000
commite936206bcfa93796691fd401c1f5dd281bd2a97e (patch)
tree555531084c39558d645cc053a53e0aff38ba592a /app
parent24f9e6882e2b9a1d15c1df7eda47dd8990975c32 (diff)
downloadacf-core-e936206bcfa93796691fd401c1f5dd281bd2a97e.tar.bz2
acf-core-e936206bcfa93796691fd401c1f5dd281bd2a97e.tar.xz
added missing "
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@526 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app')
-rw-r--r--app/template-html.lsp2
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>