summaryrefslogtreecommitdiffstats
path: root/doc/_templates
diff options
context:
space:
mode:
authorAlfredo Deza <alfredo.deza@inktank.com>2014-09-04 03:21:45 +0200
committerAlfredo Deza <alfredo.deza@inktank.com>2014-09-04 19:44:37 +0200
commit69638dfaeb0dcd96dac4b5f5c00ed08042432487 (patch)
tree007fe71922ec1d965d4ca1776e3beffd6f93f15d /doc/_templates
parentdoc: attempt to get the ayni JS into all head tags (diff)
downloadceph-69638dfaeb0dcd96dac4b5f5c00ed08042432487.tar.xz
ceph-69638dfaeb0dcd96dac4b5f5c00ed08042432487.zip
doc: fix missing bracket
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 8d9c55d5e2e..c6f57096e53 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,5 +1,5 @@
{% extends "!layout.html" %}
{%- block extrahead %}
- <script type="text/javascript" src="http://ayni.ceph.com/public/js/ceph-deploy.js"</script>
+ <script type="text/javascript" src="http://ayni.ceph.com/public/js/ceph.js"></script>
{% endblock %}