diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-24 17:43:34 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-24 17:43:34 +0100 |
commit | 1132e1a3b95726f0e2da5c361524eff6c59df1ee (patch) | |
tree | 731dfe0b96dbfd77c85ce139d99d448f9ad148d7 /htmls | |
parent | Some fixes on font dim. Updating data still doesn't work.. (diff) | |
download | rekonq-1132e1a3b95726f0e2da5c361524eff6c59df1ee.tar.xz |
Fixed notFound.html page
Diffstat (limited to 'htmls')
-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> |