KNOX-708 - Wrong CSS link in KnoxAuth Application's redirecting.html
diff --git a/CHANGES b/CHANGES
index f05abb7..6463762 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,6 +64,7 @@
     * [KNOX-704] - Remove bogus sleep() from knoxauth redirecting.html
     * [KNOX-706] - KnoxSSO Default IDP must not require specific URL
     * [KNOX-707] - Enter Key within KnoxSSO Default IDP Form does not Submit
+    * [KNOX-708] - Wrong CSS link in KnoxAuth Application's redirecting.html
 
 ------------------------------------------------------------------------------
 Release Notes - Apache Knox - Version 0.8.0
diff --git a/gateway-applications/src/main/resources/applications/knoxauth/app/redirecting.html b/gateway-applications/src/main/resources/applications/knoxauth/app/redirecting.html
index 4e511df..f5bfa1f 100644
--- a/gateway-applications/src/main/resources/applications/knoxauth/app/redirecting.html
+++ b/gateway-applications/src/main/resources/applications/knoxauth/app/redirecting.html
@@ -29,7 +29,7 @@
     
 		<link rel="shortcut icon" href="images/favicon.ico">
 		<link href="styles/bootstrap.min.css" media="all" rel="stylesheet" type="text/css" id="bootstrap-css">
-		<link href="styles/xa.css" media="all" rel="stylesheet" type="text/css" >
+		<link href="styles/knox.css" media="all" rel="stylesheet" type="text/css" >
 
 		<script src="libs/bower/jquery/js/jquery.js" ></script>