diff options
Diffstat (limited to 'htmls/notfound.html')
| -rw-r--r-- | htmls/notfound.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/htmls/notfound.html b/htmls/notfound.html index fdfb80bf..09039eb1 100644 --- a/htmls/notfound.html +++ b/htmls/notfound.html @@ -46,9 +46,9 @@ ul {  </head>  <body>    <div id="box"> -    <img src="data:image/png;base64,IMAGE_BINARY_DATA_HERE" width="32" height="32" alt="Not found" /> -    <h1>%2</h1> -    <h2>When connecting to: %3.</h2> +    <img src="%2" width="16" height="16" alt="Not found" /> +    <h1>%3</h1> +    <h2>When connecting to: %4.</h2>      <ul>        <li>Check the address for errors such as <b>ww</b>.kde.org        instead of <b>www</b>.kde.org</li> | 
