Menüpunkte werden nun mit Leerzeichen generiert. (fixes #40)
This commit is contained in:
		
							parent
							
								
									098528cb41
								
							
						
					
					
						commit
						9f6f794ee4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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"> | ||||
|  |  | |||
		Reference in a new issue