diff -r 8e6dbf6882c2 -r c3752aa881c2 includes/template.php
--- a/includes/template.php Sun Nov 09 09:03:10 2008 -0500
+++ b/includes/template.php Sun Nov 09 14:10:24 2008 -0500
@@ -2380,7 +2380,7 @@
if(getConfig('w3c_vxhtml10')=='1') $ob[] = '';
if(getConfig('w3c_vxhtml11')=='1') $ob[] = '';
if(getConfig('w3c_vcss') =='1') $ob[] = '';
- if(getConfig('dbd_button') =='1') $ob[] = '
Protect your freedom >>';
+ if(getConfig('dbd_button') =='1') $ob[] = '
Protect your freedom >>';
$code = $plugins->setHook('links_widget');
foreach ( $code as $cmd )