Alexander Wels has uploaded a new change for review.

Change subject: core: Fixed invalid HTML in index and 404.
......................................................................

core: Fixed invalid HTML in index and 404.

index.html added missing closing div tag.
404.html moved body content inside body tag.

userportal: Fixed invalid HTML in 404.html
404.html moved body content inside body tag.

webadmin: Fixed invalid HTML in 404.html
404.html moved body content inside body tag.

Change-Id: I35c86ae0d309b6a469b47d7dc8e6c0d28c7f9909
Bug-Url: N/A
Signed-off-by: awels <aw...@redhat.com>
Signed-off-by: Alexander Wels <aw...@redhat.com>
---
M backend/manager/modules/root/src/main/webapp/404.html
M backend/manager/modules/root/src/main/webapp/index.html
M frontend/webadmin/modules/userportal-gwtp/src/main/webapp/404.html
M frontend/webadmin/modules/webadmin/src/main/webapp/404.html
4 files changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/73/9773/1

diff --git a/backend/manager/modules/root/src/main/webapp/404.html 
b/backend/manager/modules/root/src/main/webapp/404.html
index cb847dd..ac01632 100644
--- a/backend/manager/modules/root/src/main/webapp/404.html
+++ b/backend/manager/modules/root/src/main/webapp/404.html
@@ -7,6 +7,7 @@
 <title>Ovirt-Engine</title>
 <link rel="stylesheet" href="/style.css" type="text/css" media="screen, 
projection" charset="utf-8" />
 </head>
+<body>
        <div>
                <div class="left">
                </div>
@@ -17,6 +18,5 @@
                <h2><span class="fakeH2">Page not found.</span></h2>
                Press <a href="/">here</a> to continue.
        </div>
-<body>
 </body>
 </html>
diff --git a/backend/manager/modules/root/src/main/webapp/index.html 
b/backend/manager/modules/root/src/main/webapp/index.html
index f47d142..dc21183 100644
--- a/backend/manager/modules/root/src/main/webapp/index.html
+++ b/backend/manager/modules/root/src/main/webapp/index.html
@@ -49,6 +49,7 @@
                                <div><a href="webadmin">Administrator 
Portal</a></div>
                                <div><a 
href="OvirtEngineWeb/RedirectServlet?Page=Reports">Reports Portal</a></div>
                        </div>
+               </div>
        </div>
 </body>
 </html>
diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/404.html 
b/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/404.html
index cb847dd..ac01632 100644
--- a/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/404.html
+++ b/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/404.html
@@ -7,6 +7,7 @@
 <title>Ovirt-Engine</title>
 <link rel="stylesheet" href="/style.css" type="text/css" media="screen, 
projection" charset="utf-8" />
 </head>
+<body>
        <div>
                <div class="left">
                </div>
@@ -17,6 +18,5 @@
                <h2><span class="fakeH2">Page not found.</span></h2>
                Press <a href="/">here</a> to continue.
        </div>
-<body>
 </body>
 </html>
diff --git a/frontend/webadmin/modules/webadmin/src/main/webapp/404.html 
b/frontend/webadmin/modules/webadmin/src/main/webapp/404.html
index cb847dd..ac01632 100644
--- a/frontend/webadmin/modules/webadmin/src/main/webapp/404.html
+++ b/frontend/webadmin/modules/webadmin/src/main/webapp/404.html
@@ -7,6 +7,7 @@
 <title>Ovirt-Engine</title>
 <link rel="stylesheet" href="/style.css" type="text/css" media="screen, 
projection" charset="utf-8" />
 </head>
+<body>
        <div>
                <div class="left">
                </div>
@@ -17,6 +18,5 @@
                <h2><span class="fakeH2">Page not found.</span></h2>
                Press <a href="/">here</a> to continue.
        </div>
-<body>
 </body>
 </html>


--
To view, visit http://gerrit.ovirt.org/9773
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I35c86ae0d309b6a469b47d7dc8e6c0d28c7f9909
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alexander Wels <aw...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to