summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2017-01-22 01:02:52 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-22 01:12:57 +0100
commit3de0cc840f45e53a9135f4faa44a375a7b0148ef (patch)
tree55de5f284cf673b4956377fef8ba2c52902c4ca7 /includes/sys_template.php
parent8506d6d27e3b926521007064abcdcc2f69c6aa06 (diff)
Removed spaces
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php
index 107609ad..7aa458b8 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -186,10 +186,10 @@ function toolbar_popover($glyphicon, $label, $content, $class = '')
<script type="text/javascript">
$(function(){
$("#' . $dom_id . '").popover({
- trigger: "focus",
- html: true,
- content: "' . addslashes(join('', $content)) . '",
- placement: "bottom",
+ trigger: "focus",
+ html: true,
+ content: "' . addslashes(join('', $content)) . '",
+ placement: "bottom",
container: "#navbar-collapse-1"
})
});