diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2012-12-17 08:13:39 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2012-12-17 08:13:39 -0800 |
| commit | 7567f0395a94d2abfdcda955b0c2db851c4fc452 (patch) | |
| tree | e9d0782507e6a25a2d161b75c7f8b904c25c3e2b | |
| parent | 1f351c16d397012c83d193a76ccffd4030aba17b (diff) | |
Minor whitespace fix.
| -rw-r--r-- | modules/search/views/search_link.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/views/search_link.html.php b/modules/search/views/search_link.html.php index b2eacd4a..be3305b7 100644 --- a/modules/search/views/search_link.html.php +++ b/modules/search/views/search_link.html.php @@ -10,7 +10,7 @@ </li> </ul> <? if (isset($item) && $item instanceof Item_Model_Core): ?> - <? if ($item->is_album ()): ?> + <? if ($item->is_album()): ?> <input type="hidden" name="album" value="<?= $item->id ?>" /> <? else: ?> <input type="hidden" name="album" value="<?= $item->parent_id ?>" /> |
