jan
/
sjqg
Archived
1
0
Fork 0

Menüpunkte werden nun mit Leerzeichen generiert. (fixes #40)

This commit is contained in:
Jeremias Arnstadt 2008-09-01 07:41:54 +00:00
parent 098528cb41
commit 9f6f794ee4
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ a:active {
if ($data['gallery'] == $gallery) {
$active = ' class="active"';
}
printf('<a href="%s"%s>%s</a>', $data['url'], $active, $data['label']);
printf('<a href="%s"%s>%s </a>', $data['url'], $active, $data['label']);
} ?></div>
<div id="content_container">
<div id="slider">