You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/12/07 09:12:00 UTC

[struts-site] branch master updated: Cleans up

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 27adca6  Cleans up
27adca6 is described below

commit 27adca6bc4b1847f4f60f59a174308921a2ca084
Author: Lukasz Lenart <lu...@gmail.com>
AuthorDate: Thu Dec 7 10:11:58 2017 +0100

    Cleans up
---
 source/404.md | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/source/404.md b/source/404.md
index 99001a2..04e5a81 100644
--- a/source/404.md
+++ b/source/404.md
@@ -6,14 +6,13 @@ title: 404 Page Not Found
 
 # 404 Page Not Found
 
-The page was moved or never existed.  
-Use menu above to navigate.  
+The page was moved or never existed. Use menu above to navigate.
+
 You will be redirected to main page in 5 second.
 
-<div onLoad="setTimeout('redirectToHome()', 5000)">
+<div onLoad="setTimeout(redirectToHome, 5000)">
 <script type="text/javascript">
-		function redirectToHome() {
-			window.location = "http://struts.apache.org/"
-		}
+    function redirectToHome() {
+        window.location = "http://struts.apache.org/"
+    }
 </script>
-

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <co...@struts.apache.org>'].