diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2019-01-09 11:55:42 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2019-01-09 11:55:42 +0100 |
commit | 3fa68b17d9a12f96fc23b464c9620f90f3a5c3e2 (patch) | |
tree | e5562f71579d22fc65e8ebee6930cb1faff1b9c8 /src | |
parent | Update copyright to 2019 (#2756) (diff) |
Remove slash producing url /admin//additions.js
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberd_web_admin.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_web_admin.erl b/src/ejabberd_web_admin.erl index 93f65244c..0bcb87153 100644 --- a/src/ejabberd_web_admin.erl +++ b/src/ejabberd_web_admin.erl @@ -305,7 +305,7 @@ make_xhtml(Els, Host, Node, Lang, JID) -> #xmlel{name = <<"script">>, attrs = [{<<"src">>, - <<Base/binary, "/additions.js">>}, + <<Base/binary, "additions.js">>}, {<<"type">>, <<"text/javascript">>}], children = [?C(<<" ">>)]}, #xmlel{name = <<"link">>, |