diff options
author | Friendika <info@friendika.com> | 2011-04-20 06:06:29 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-20 06:06:29 -0700 |
commit | b93b04e4a1c28156b4388ef58bd91eba0b5fae51 (patch) | |
tree | 5844c3e751d44587152686932ed36f5e48c7cc77 /view/profile_edit.tpl | |
parent | c0b7000a836b5abe6b1e5b9edfac30a75a4a1178 (diff) | |
download | volse-hubzilla-b93b04e4a1c28156b4388ef58bd91eba0b5fae51.tar.gz volse-hubzilla-b93b04e4a1c28156b4388ef58bd91eba0b5fae51.tar.bz2 volse-hubzilla-b93b04e4a1c28156b4388ef58bd91eba0b5fae51.zip |
macro typo
Diffstat (limited to 'view/profile_edit.tpl')
-rw-r--r-- | view/profile_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index 6e27dfca5..053e19594 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -136,7 +136,7 @@ $sexual <div id="profile-edit-pubkeywords-wrapper" > <label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords" >$lbl_pubkey </label> -<input type="text" size="32" name="pub_keywords" id="profile-edit-pubkeywords" title="lbl_ex2" value="$pub_keywords" /> +<input type="text" size="32" name="pub_keywords" id="profile-edit-pubkeywords" title="$lbl_ex2" value="$pub_keywords" /> </div><div id="profile-edit-pubkeywords-desc">$lbl_pubdsc</div> <div id="profile-edit-pubkeywords-end"></div> |