diff options
author | friendica <info@friendica.com> | 2014-04-16 21:08:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-16 21:08:43 -0700 |
commit | be498be840fd23bc6dc45d6fdef6291621635f02 (patch) | |
tree | fef02459be4137bcbbd12e091a7344f814ee58f1 /view/tpl | |
parent | f191637ffa942cdbf623ad45b29050f51f60ecee (diff) | |
download | volse-hubzilla-be498be840fd23bc6dc45d6fdef6291621635f02.tar.gz volse-hubzilla-be498be840fd23bc6dc45d6fdef6291621635f02.tar.bz2 volse-hubzilla-be498be840fd23bc6dc45d6fdef6291621635f02.zip |
a few more alignment issues
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index accd8f106..1fef255f0 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -26,7 +26,7 @@ <h3 id="settings-privacy-macros">{{$lbl_pmacro}}</h3> -<ul> +<ul id="settings-privacy-macros"> <li><a href="#" onclick="channel_privacy_macro(2); return false" id="settings_pmacro2">{{$pmacro2}}</a></li> <li><a href="#" onclick="channel_privacy_macro(1); return false" id="settings_pmacro1">{{$pmacro1}}</a></li> <li><a href="#" onclick="channel_privacy_macro(3); return false" id="settings_pmacro3">{{$pmacro3}}</a></li> |