diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:20:52 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:20:52 -0700 |
| commit | 7015948357f91e79bb10595cd7c6bc2513d0863e (patch) | |
| tree | d272757f1dc1e38426eeea80399b6313ea247adc /themes/default/views/header.html.php | |
| parent | 74e204b557618520d7bc56266a25d230946f02e7 (diff) | |
| parent | e4eedadcbb42e831f9649e6b52bd1ee9bf86f544 (diff) | |
Merge branch 'master' of git@github.com:/gallery/gallery3
Diffstat (limited to 'themes/default/views/header.html.php')
| -rw-r--r-- | themes/default/views/header.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index 2ba1e923..dcfa6fd8 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -19,10 +19,10 @@ <? foreach ($parents as $parent): ?> <li> <a href="<?= url::site("albums/{$parent->id}?show=$item->id") ?>"> - <?= p::purify($parent->title) ?> + <?= html::purify($parent->title) ?> </a> </li> <? endforeach ?> - <li class="active"><?= p::purify($item->title) ?></li> + <li class="active"><?= html::purify($item->title) ?></li> </ul> <? endif ?> |
