diff options
author | Friendika <info@friendika.com> | 2011-05-11 05:23:45 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-11 05:23:45 -0700 |
commit | 1ca9263c879c5043cf35aec345d462bcfdd71321 (patch) | |
tree | f08e3a47f621b96b0eae367540f676ac6aad4e7d /view/settings.tpl | |
parent | b2e92e0af32f86212d15748c6d432d658905d4b6 (diff) | |
download | volse-hubzilla-1ca9263c879c5043cf35aec345d462bcfdd71321.tar.gz volse-hubzilla-1ca9263c879c5043cf35aec345d462bcfdd71321.tar.bz2 volse-hubzilla-1ca9263c879c5043cf35aec345d462bcfdd71321.zip |
bug #66, identity address string malformed if line wraps
Diffstat (limited to 'view/settings.tpl')
-rw-r--r-- | view/settings.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/settings.tpl b/view/settings.tpl index dfa9e5039..25f570be6 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -1,11 +1,11 @@ <h1>$ptitle</h1> +$nickname_block + <div id="plugin-settings-link"><a href="settings/addon">$lbl_plug</a></div> $uexport -$nickname_block - <form action="settings" id="settings-form" method="post" autocomplete="off" > |