diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-21 16:47:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-21 16:47:59 +0000 |
commit | dfdd128c4badd0f27958fef4692dcef761de14dd (patch) | |
tree | 4b39f520333e4790efba43908a14efb065cbcb52 /applications/luci-commands | |
parent | c021bf74553a1a81309a2bdcdf79bdf66a54474c (diff) |
applications/luci-commands: remove bogus default value from arguments field
Diffstat (limited to 'applications/luci-commands')
-rw-r--r-- | applications/luci-commands/luasrc/view/commands.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-commands/luasrc/view/commands.htm b/applications/luci-commands/luasrc/view/commands.htm index d9faa3329..888033c27 100644 --- a/applications/luci-commands/luasrc/view/commands.htm +++ b/applications/luci-commands/luasrc/view/commands.htm @@ -121,7 +121,7 @@ You may obtain a copy of the License at <h3><%=pcdata(command.name)%></h3> <p><%:Command:%> <code><%=pcdata(command.command)%></code></p> <% if command.param == "1" then %> - <p><%:Arguments:%> <input style="width: 50%" type="text" value="openwrt.org" id="<%=command['.name']%>" /></p> + <p><%:Arguments:%> <input style="width: 50%" type="text" id="<%=command['.name']%>" /></p> <% end %> <div style="position:absolute; left:0; bottom:20px"> <input type="button" value="<%:Run%>" class="cbi-button cbi-button-apply" onclick="command_run('<%=command['.name']%>')" /> |