diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 20:34:10 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 20:34:10 -0700 |
commit | c60a5127658e5bb94b19f871b4d7e6f1290dec3e (patch) | |
tree | 1e565c9ba0f2e2448ef1fc45373836547a42a924 | |
parent | fa8c005ca6373be5d248a8251d39f9060b3af683 (diff) | |
download | volse-hubzilla-c60a5127658e5bb94b19f871b4d7e6f1290dec3e.tar.gz volse-hubzilla-c60a5127658e5bb94b19f871b4d7e6f1290dec3e.tar.bz2 volse-hubzilla-c60a5127658e5bb94b19f871b4d7e6f1290dec3e.zip |
nick fix
-rw-r--r-- | view/settings_nick_set.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/settings_nick_set.tpl b/view/settings_nick_set.tpl index 8ba13e57a..8b110457c 100644 --- a/view/settings_nick_set.tpl +++ b/view/settings_nick_set.tpl @@ -2,9 +2,9 @@ <div id="settings-nick-wrapper" > <p id="settings-nickname-desc"> Your nickname cannot be changed. It is set to <strong>$nickname</strong>.<br /> -Your profile is located at <strong>'$baseurl/profile/$nickname'</strong> and -you may use this as your profile URL when communicating with other sites or simply -<strong>'$nickname@$basepath'</strong>. +Your profile is located at <strong>'$baseurl/profile/$nickname'</strong>,<br /> +and you may use this as your profile URL when communicating with other<br /> +sites or simply <strong>'$nickname@$basepath'</strong>. </p> </div> <div id="settings-nick-end" ></div> |