diff options
author | Friendika <info@friendika.com> | 2011-11-06 00:49:30 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-06 00:49:30 -0700 |
commit | 7d8acd038ecb86350a004b94fff5d1c2a0c0e5e9 (patch) | |
tree | 51457b8e0b37a88f014639ea9acfd68102e078f6 | |
parent | cc1c015f20061afb05f378062aa6286d3e5628d3 (diff) | |
download | volse-hubzilla-7d8acd038ecb86350a004b94fff5d1c2a0c0e5e9.tar.gz volse-hubzilla-7d8acd038ecb86350a004b94fff5d1c2a0c0e5e9.tar.bz2 volse-hubzilla-7d8acd038ecb86350a004b94fff5d1c2a0c0e5e9.zip |
button text not closed
-rw-r--r-- | view/profile_listing_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile_listing_header.tpl b/view/profile_listing_header.tpl index 95d0f177c..09e4fc9b2 100644 --- a/view/profile_listing_header.tpl +++ b/view/profile_listing_header.tpl @@ -2,7 +2,7 @@ <p id="profile-listing-desc" class="button" > <a href="profile_photo" >$chg_photo</a> </p> -<div id="profile-listing-new-link-wrapper" class="button > +<div id="profile-listing-new-link-wrapper" class="button" > <a href="profiles/new" id="profile-listing-new-link" title="$cr_new" >$cr_new</a> </div> |