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 9af0f4c4e6..13cc7e12cf 100644 --- a/phpBB/styles/prosilver/template/mcp_header.html +++ b/phpBB/styles/prosilver/template/mcp_header.html @@ -45,7 +45,7 @@ <!-- IF MESSAGE --> <div class="content"> <h2>{L_MESSAGE}</h2> - <p>{MESSAGE}</p> + <p class="error">{MESSAGE}</p> <p><!-- BEGIN return_links -->{return_links.MESSAGE_LINK}<br /><br /><!-- END return_links --></p> </div> <!-- ENDIF --> |