HTML fixes

This commit is contained in:
Florian Bruhin 2014-04-29 17:23:50 +02:00
parent 9fd7f8b975
commit 63d03726ef

View File

@ -1,5 +1,5 @@
<!-- Based on html/error.html from dwb -->
<!DOCTYPE html>
<!-- Based on html/error.html from dwb -->
<html>
<head>
<meta charset="utf-8">
@ -50,7 +50,7 @@
</div>
<div id="errorMessage">
<p>Problem occurred while loading the URL {url}</p>
<p id="errorMessageText">{error}</a>
<p id="errorMessageText">{error}</p>
</p>
</div>