fixed tags in kb
diff --git a/website/templates/pages/attributions.html b/website/templates/pages/attributions.html
index e587484..2d195ba 100644
--- a/website/templates/pages/attributions.html
+++ b/website/templates/pages/attributions.html
@@ -11,8 +11,7 @@
 {% set title="ERPNext - Web Based, Open Source ERP" %}
 
 {% block content %}
-<div class="layout-attributions">
-	<div class="layout-main">
+<div class="layout-attributions span12">
 	<h3>This website is made using these Awesome Open Source Projects <i class="icon-heart" style="color: red"></i></h3>
 	<hr>
 	<table class="table table-bordered table-striped">
@@ -105,6 +104,5 @@
 	</table>
 
 	<p class="alert">Note: A link to this page must be easily accessible.</p>
-	</div>
 </div>
 {% endblock %}
\ No newline at end of file