mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-03 12:02:51 +02:00
Bug: Minor HTML change to keep HTML 4.01 Strict level (category_cats.inc.php)
New: Label over quick search (and different display solutions in themes: center, left, italic, hidden, pre-filling hidden). git-svn-id: http://piwigo.org/svn/trunk@1869 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -215,7 +215,7 @@ if (count($categories) > 0)
|
||||
$category['count_images'],
|
||||
$category['count_categories'],
|
||||
true,
|
||||
'<BR>'
|
||||
'<br />'
|
||||
),
|
||||
'DESCRIPTION' => @$comment,
|
||||
'NAME' => $name,
|
||||
|
||||
Reference in New Issue
Block a user