diff options
Diffstat (limited to 'customization/errorpage/429.shtml')
-rw-r--r-- | customization/errorpage/429.shtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/customization/errorpage/429.shtml b/customization/errorpage/429.shtml index cc2b31f..c1f39fb 100644 --- a/customization/errorpage/429.shtml +++ b/customization/errorpage/429.shtml @@ -2,6 +2,6 @@ <!--#set var="ERRORPAGE_TEXT" value="Too Many Requests" --> <!--#include file="header.shtml" --> - <div>The server has detected an unusually high number of requests from your network address <strong><span><!--#echo var="REMOTE_ADDR" --></span></strong> - and will not process further requests until the flooding has subsided.</div> + <p>The server has detected an unusually high number of requests coming from your network (<code><!--#echo var="REMOTE_ADDR" --></code>) + and will not process further requests until the flooding has subsided.</p> <!--#include file="footer.shtml" -->
\ No newline at end of file |