Remove slash producing url /admin//additions.js

This commit is contained in:
Christophe Romain 2019-01-09 11:55:42 +01:00
parent 55417dfb37
commit 3fa68b17d9
1 changed files with 1 additions and 1 deletions

View File

@ -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">>,