diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-08 11:47:17 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-08 11:47:17 +0100 |
commit | d59268a5d8ed862ca4d57912800f4eebf90f74f4 (patch) | |
tree | aa596d60baf02f6122926a05881e7317fd37faf2 | |
parent | f364343b554507e7ae309d48e7dbd2875d95c75d (diff) | |
download | volse-hubzilla-d59268a5d8ed862ca4d57912800f4eebf90f74f4.tar.gz volse-hubzilla-d59268a5d8ed862ca4d57912800f4eebf90f74f4.tar.bz2 volse-hubzilla-d59268a5d8ed862ca4d57912800f4eebf90f74f4.zip |
removed id by mistake - add it again
-rwxr-xr-x | view/tpl/profile_advanced.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index 273778ae8..a724c41bb 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -1,4 +1,4 @@ -<div id="" class="generic-content-wrapper"> +<div id="profile-content-wrapper" class="generic-content-wrapper"> <div class="section-title-wrapper"> <div class="pull-right dropdown"> {{if $profile.like_count}} |