Index: extensions/Vector/modules/ext.vector.collapsibleNav.css
===================================================================
--- extensions/Vector/modules/ext.vector.collapsibleNav.css	(Revision 111457)
+++ extensions/Vector/modules/ext.vector.collapsibleNav.css	(Arbeitskopie)
@@ -15,12 +15,19 @@
 	padding: 4px  0 3px 1.5em;
 	margin-bottom: 0px;
 }
+#mw-panel.collapsible-nav div.portal h5 a {
+	color: #4D4D4D;
+	text-decoration: none;
+}
 #mw-panel.collapsible-nav div.collapsed h5 {
 	color: #0645AD;
 	/* @embed */
 	background: url(images/closed-ltr.png) left center no-repeat;
 	margin-bottom: 0px;
 }
+#mw-panel.collapsible-nav div.collapsed h5 a {
+	color: #0645AD;
+}
 #mw-panel.collapsible-nav div h5:hover {
 	cursor: pointer;
 	text-decoration: none;
@@ -53,4 +60,4 @@
 }
 #mw-panel.collapsible-nav div.persistent div.body {
 	margin-left: 0.5em;
-}
\ No newline at end of file
+}
Index: skins/Vector.php
===================================================================
--- skins/Vector.php	(Revision 111457)
+++ skins/Vector.php	(Arbeitskopie)
@@ -303,7 +303,7 @@
 		}
 		?>
 <div class="portal" id='<?php echo Sanitizer::escapeId( "p-$name" ) ?>'<?php echo Linker::tooltip( 'p-' . $name ) ?>>
-	<h5<?php $this->html( 'userlangattributes' ) ?>><?php $msgObj = wfMessage( $msg ); echo htmlspecialchars( $msgObj->exists() ? $msgObj->text() : $msg ); ?></h5>
+	<h5<?php $this->html( 'userlangattributes' ) ?>><a href="#"><?php $msgObj = wfMessage( $msg ); echo htmlspecialchars( $msgObj->exists() ? $msgObj->text() : $msg ); ?></a></h5>
 	<div class="body">
 <?php
 		if ( is_array( $content ) ): ?>
