diff options
author | Thomas Lange <code@nerdmind.de> | 2017-11-16 18:31:23 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-11-16 18:34:01 +0100 |
commit | 346de03e47a0d65c6c8af9703be6bf11ae429fdf (patch) | |
tree | 0140aa810b6fedca35bfb85845f342398f4d37a5 /customization/errorpage/414.shtml | |
parent | b0fcf5c5a40e6b16e5a71adc93c081c2afce7eea (diff) | |
download | nginx-errorpage-346de03e47a0d65c6c8af9703be6bf11ae429fdf.tar.gz nginx-errorpage-346de03e47a0d65c6c8af9703be6bf11ae429fdf.tar.xz nginx-errorpage-346de03e47a0d65c6c8af9703be6bf11ae429fdf.zip |
The markup has been optimized to use more semantic <p> and <code> elements.
Diffstat (limited to 'customization/errorpage/414.shtml')
-rw-r--r-- | customization/errorpage/414.shtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customization/errorpage/414.shtml b/customization/errorpage/414.shtml index f3ad112..40f0535 100644 --- a/customization/errorpage/414.shtml +++ b/customization/errorpage/414.shtml @@ -2,5 +2,5 @@ <!--#set var="ERRORPAGE_TEXT" value="Request-URI Too Large" --> <!--#include file="header.shtml" --> - <div>The length of the requested URL exceeds the capacity limit for this server. The request cannot be processed.</div> + <p>The length of the requested URL exceeds the capacity limit for this server. The request cannot be processed.</p> <!--#include file="footer.shtml" -->
\ No newline at end of file |