summaryrefslogtreecommitdiff
path: root/app/Module/InteractiveTreeModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-01-17 19:36:31 +0000
committerGreg Roach <fisharebest@gmail.com>2016-01-17 19:36:31 +0000
commitea0e2473ebe629b75531e138865889ee371b07f5 (patch)
tree445c69c43a41d142f0a17786dc4b7bf92b4a87b3 /app/Module/InteractiveTreeModule.php
parent66b90994c0dc9a8abbb4e3fe1f95c857a52e47b7 (diff)
downloadwebtrees-ea0e2473ebe629b75531e138865889ee371b07f5.tar.gz
webtrees-ea0e2473ebe629b75531e138865889ee371b07f5.tar.bz2
webtrees-ea0e2473ebe629b75531e138865889ee371b07f5.zip
Tabs
Diffstat (limited to 'app/Module/InteractiveTreeModule.php')
-rw-r--r--app/Module/InteractiveTreeModule.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Module/InteractiveTreeModule.php b/app/Module/InteractiveTreeModule.php
index 1bb0a3d862..e98bca7ff0 100644
--- a/app/Module/InteractiveTreeModule.php
+++ b/app/Module/InteractiveTreeModule.php
@@ -80,10 +80,10 @@ class InteractiveTreeModule extends AbstractModule implements ModuleTabInterface
document.createStyleSheet("' . $this->css() . '"); // For Internet Explorer
} else {
var newSheet=document.createElement("link");
- newSheet.setAttribute("rel","stylesheet");
- newSheet.setAttribute("type","text/css");
- newSheet.setAttribute("href","' . $this->css() . '");
- document.getElementsByTagName("head")[0].appendChild(newSheet);
+ newSheet.setAttribute("rel","stylesheet");
+ newSheet.setAttribute("type","text/css");
+ newSheet.setAttribute("href","' . $this->css() . '");
+ document.getElementsByTagName("head")[0].appendChild(newSheet);
}
</script>';
}