diff options
author | Alfredo Deza <alfredo.deza@inktank.com> | 2014-09-04 03:21:45 +0200 |
---|---|---|
committer | Alfredo Deza <alfredo.deza@inktank.com> | 2014-09-04 19:44:37 +0200 |
commit | 69638dfaeb0dcd96dac4b5f5c00ed08042432487 (patch) | |
tree | 007fe71922ec1d965d4ca1776e3beffd6f93f15d /doc/_templates | |
parent | doc: attempt to get the ayni JS into all head tags (diff) | |
download | ceph-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.html | 2 |
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 %} |