Skip to content

Commit

Permalink
Merge pull request #1 from LotarProject/master
Browse files Browse the repository at this point in the history
Removed duplicated action attribute
  • Loading branch information
splitbrain committed Mar 12, 2019
2 parents c56f667 + 3237bde commit 0e8dc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin.php
Expand Up @@ -48,7 +48,7 @@ public function html() {
global $ID;
echo $this->locale_xhtml('intro');

echo '<form action="' . wl($ID) . '" action="post" id="plugin__tplinc" method="POST">';
echo '<form action="' . wl($ID) . '" id="plugin__tplinc" method="POST">';
echo '<input type="hidden" name="do" value="admin" />';
echo '<input type="hidden" name="page" value="tplinc" />';
echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
Expand Down

0 comments on commit 0e8dc4e

Please sign in to comment.