diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 21:09:27 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 21:09:27 +0000 |
commit | a6e950b7a1ca7654613dd7f5cefcdae6a3a0f579 (patch) | |
tree | df34246be8c7c62364f224abdb472f120f7a4490 /actions/favorited.php | |
parent | 5dfc09d9d265d1e2e918f9dd615f89909c6c4e74 (diff) |
Renamed 'blankfiller' to 'guide'.
Diffstat (limited to 'actions/favorited.php')
-rw-r--r-- | actions/favorited.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/favorited.php b/actions/favorited.php index 20a354674..6935eda23 100644 --- a/actions/favorited.php +++ b/actions/favorited.php @@ -159,7 +159,7 @@ class FavoritedAction extends Action $message .= _('Why not [register an account](%%action.register%%) and be the first to add a notice to your favorites!'); } - $this->elementStart('div', 'blankfiller'); + $this->elementStart('div', 'guide'); $this->raw(common_markup_to_html($message)); $this->elementEnd('div'); } |