diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_header.html b/phpBB/styles/prosilver/template/mcp_header.html index 7c3f711cbd..9af0f4c4e6 100644 --- a/phpBB/styles/prosilver/template/mcp_header.html +++ b/phpBB/styles/prosilver/template/mcp_header.html @@ -51,7 +51,7 @@ <!-- ENDIF --> <!-- IF CONFIRM_MESSAGE --> - <form name="confirm" method="post" action="{S_CONFIRM_ACTION}"{S_FORM_ENCTYPE}> + <form id="confirm" method="post" action="{S_CONFIRM_ACTION}"{S_FORM_ENCTYPE}> <div class="content"> <h2>{L_PLEASE_CONFIRM}</h2> |