projects
/
mdref
/
mdref
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
cb55b6b
)
fixed baseurl
author
Michael Wallner
<mike@php.net>
Wed, 18 Dec 2013 14:21:55 +0000
(15:21 +0100)
committer
Michael Wallner
<mike@php.net>
Wed, 18 Dec 2013 14:21:55 +0000
(15:21 +0100)
views/layout.phtml
patch
|
blob
|
history
diff --git
a/views/layout.phtml
b/views/layout.phtml
index 25b17f2f2c73ebe69459b298fb0c39035c7b52d3..43463ca9f7a5c61328870298921972cceeb76395 100644
(file)
--- a/
views/layout.phtml
+++ b/
views/layout.phtml
@@
-9,7
+9,7
@@
mdref
<?php endif; ?>
</title>
- <base href="<?= $baseUrl ?>
/
">
+ <base href="<?= $baseUrl ?>">
<link rel="stylesheet" href="index.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>