Merge pull request #157 from weiss/fix-mod-update

Fix badarg issue on module update web site
This commit is contained in:
badlop 2014-04-07 13:27:31 +02:00
commit 76fb7d284a
1 changed files with 1 additions and 1 deletions

View File

@ -2183,7 +2183,7 @@ get_node(global, Node, [<<"update">>], Query, Lang) ->
?XCT(<<"h3">>, <<"Update script">>), FmtScript,
?XCT(<<"h3">>, <<"Low level update script">>),
FmtLowLevelScript, ?XCT(<<"h3">>, <<"Script check">>),
?XC(<<"pre">>, (iolist_to_binary(Check))),
?XC(<<"pre">>, (jlib:atom_to_binary(Check))),
?BR,
?INPUTT(<<"submit">>, <<"update">>, <<"Update">>)])];
get_node(Host, Node, NPath, Query, Lang) ->