mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Remove slash producing url /admin//additions.js
This commit is contained in:
parent
55417dfb37
commit
3fa68b17d9
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ make_xhtml(Els, Host, Node, Lang, JID) ->
|
||||||
#xmlel{name = <<"script">>,
|
#xmlel{name = <<"script">>,
|
||||||
attrs =
|
attrs =
|
||||||
[{<<"src">>,
|
[{<<"src">>,
|
||||||
<<Base/binary, "/additions.js">>},
|
<<Base/binary, "additions.js">>},
|
||||||
{<<"type">>, <<"text/javascript">>}],
|
{<<"type">>, <<"text/javascript">>}],
|
||||||
children = [?C(<<" ">>)]},
|
children = [?C(<<" ">>)]},
|
||||||
#xmlel{name = <<"link">>,
|
#xmlel{name = <<"link">>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue