Span the tab text
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Apr 2006 22:29:58 +0000 (22:29 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Apr 2006 22:29:58 +0000 (22:29 +0000)
printer_navigation.php

index 9d8b14d19cf9544fedafe217c53f068ac9a83640..bfdd83cefa4125ecc5e627c248a8eff7bcaee7f3 100644 (file)
@@ -226,7 +226,7 @@ class Printer_Navigation
                                $link .= ' focus';
                        }
                        
-                       $link .= '">' . $content[0] . '</a>';
+                       $link .= '"><span>' . $content[0] . '</span></a>';
                        
                        $output .= $link;
                }