diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_queue.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_queue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_queue.html b/phpBB/styles/prosilver/template/mcp_queue.html index 49acf2c87e..b762c393eb 100644 --- a/phpBB/styles/prosilver/template/mcp_queue.html +++ b/phpBB/styles/prosilver/template/mcp_queue.html @@ -1,6 +1,6 @@ <!-- INCLUDE mcp_header.html --> -<form name="mcp" method="post" action="{S_MCP_ACTION}"> +<form id="mcp" method="post" action="{S_MCP_ACTION}"> <fieldset class="forum-selection"> <label for="fo">{L_FORUM}: <select name="f" id="fo">{S_FORUM_OPTIONS}</select></label> |