mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Remove unnecessary text string
This commit is contained in:
parent
7be52065dd
commit
d29fdc4d2e
1 changed files with 1 additions and 2 deletions
|
@ -1018,10 +1018,9 @@ get_commit_link(CommitHtmlUrl, TitleEl, CommitSha) ->
|
||||||
?AXC(CommitHtmlUrl, [TitleEl], binary:part(CommitSha, {0, 8})).
|
?AXC(CommitHtmlUrl, [TitleEl], binary:part(CommitSha, {0, 8})).
|
||||||
|
|
||||||
get_content(Node, Query, Lang) ->
|
get_content(Node, Query, Lang) ->
|
||||||
Instruct = translate:translate(Lang, ?T("Type a command in a textbox and click Execute.")),
|
|
||||||
{{_CommandCtl}, _Res} =
|
{{_CommandCtl}, _Res} =
|
||||||
case catch parse_and_execute(Query, Node) of
|
case catch parse_and_execute(Query, Node) of
|
||||||
{'EXIT', _} -> {{""}, Instruct};
|
{'EXIT', _} -> {{""}, <<"">>};
|
||||||
Result_tuple -> Result_tuple
|
Result_tuple -> Result_tuple
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue