Remove useless trailing slash in admin/addon_details.tpl

This commit is contained in:
Hypolite Petovan 2018-12-29 00:19:40 -05:00
parent fdcdbe287e
commit 62f5438bb3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
{{if $admin_form}}
<h3>{{$settings}}</h3>
<form method="post" action="{{$baseurl}}/admin/{{$function}}/{{$addon}}/">
<form method="post" action="{{$baseurl}}/admin/{{$function}}/{{$addon}}">
{{$admin_form nofilter}}
</form>
{{/if}}