luci-app-aria2: Fix incorrect closing tag

Suggested-by: taeasy <88336@live.com>
[fix commit subject]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-03-10 13:38:21 +08:00
parent 5fe88f8caf
commit 44cb505f69

View file

@ -34,7 +34,7 @@
<%- for _, v in pairs(uilist.installed) do %>
<input type="button" class="cbi-button" style="margin: 0 5px;" value="<%=uilist.supported[v]%>" onclick="openWebInterface('<%=v%>');" />
<%- end %>
<p>
</p>
<% end %>
</fieldset>