Index: seochecklist.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/seo_checklist/seochecklist.module,v
retrieving revision 1.14
diff -u -p -r1.14 seochecklist.module
--- seochecklist.module	4 Dec 2009 05:34:08 -0000	1.14
+++ seochecklist.module	29 May 2010 20:49:16 -0000
@@ -42,7 +42,7 @@ function seochecklist_menu() {
  */
 function seochecklist_footer($main = 0) {
   if (variable_get('seo_checklist_link', 0)) {
-    return '<div align="center"><a href="http://www.volacci.com/" target="_blank">Drupal SEO</a></div>';
+    return '<div style="text-align: center;"><a href="http://www.volacci.com/">Drupal SEO</a></div>'; //
   }
 }
 
