diff --git a/includes/footer.php b/includes/footer.php
index fc48dbec1c2711ea7214061e06c6c1e1cd967218..9c04325ad3ab63c8950aa00873d577fe1519469b 100644
--- a/includes/footer.php
+++ b/includes/footer.php
@@ -5,9 +5,10 @@
 <!--- /footer-top ---->
 <!---copy-right ---->
 <div class="copy-right">
-	<div class="container">
-	
-		<div class="footer-social-icons wow fadeInDown animated animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInDown;">
-		&copy Copyright 2017 project worlds developed by <a href="http://projectworlds.in/contacts-us">Yugesh Verma <a/>
-	</div>
-</div>
\ No newline at end of file
+    <div class="container">
+        <div class="footer-social-icons wow fadeInDown animated animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInDown;">
+            &copy; Copyright 2017 project worlds developed by 
+            <a href="http://projectworlds.in/contacts-us">Yugesh Verma</a>
+        </div>
+    </div>
+</div>