aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/choklet.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/php/choklet.php')
-rw-r--r--view/php/choklet.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/php/choklet.php b/view/php/choklet.php
index fcfaf7804..74891044a 100644
--- a/view/php/choklet.php
+++ b/view/php/choklet.php
@@ -1,8 +1,8 @@
<!DOCTYPE html >
<html>
<head>
- <title><?php if(x($page,'title')) echo $page['title'] ?></title>
- <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
+ <title><?php if(x($page,'title')) echo $page['title']; ?></title>
+ <script>var baseurl="<?php echo $a->get_baseurl(); ?>";</script>
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>