]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS.
authorMeitar Moscovitz <meitarm@gmail.com>
Thu, 9 Apr 2009 17:52:39 +0000 (13:52 -0400)
committerMeitar Moscovitz <meitarm@gmail.com>
Thu, 9 Apr 2009 17:52:39 +0000 (13:52 -0400)
actions/subscriptions.php
theme/base/css/display.css
theme/base/css/print.css

index b0c0a9b8dff39ecacaa7da246b4b79128bfb2670..e6f3c54db8c83c67820e8898875c4f7cd18de71d 100644 (file)
@@ -139,7 +139,7 @@ class SubscriptionsList extends ProfileList
 
         $this->out->elementStart('form', array('id' => 'subedit-' . $profile->id,
                                           'method' => 'post',
-                                          'class' => 'form_subcription_edit',
+                                          'class' => 'form_subscription_edit',
                                           'action' => common_local_url('subedit')));
         $this->out->hidden('token', common_session_token());
         $this->out->hidden('profile', $profile->id);
index 8ea2befb4c2bbe45f0e543269f04381d5139598a..3b4a2a4b302e39169cc63d0be72c5985003461aa 100644 (file)
@@ -689,7 +689,7 @@ float:none;
 .profile .entity_profile .entity_note,
 .profile .entity_profile .entity_url,
 .profile .entity_profile .entity_tags,
-.profile .entity_profile .form_subcription_edit {
+.profile .entity_profile .form_subscription_edit {
 margin-left:59px;
 clear:none;
 display:block;
@@ -701,7 +701,7 @@ margin-right:11px;
 }
 
 
-.profile .entity_profile .form_subcription_edit label {
+.profile .entity_profile .form_subscription_edit label {
 font-weight:normal;
 margin-right:11px;
 }
index 2da3e5e444f621bfde272bda12d74007aa95345e..d76dd608c49cebfb720834b01bc2f5d6f16f3386 100644 (file)
@@ -21,7 +21,7 @@ p { orphans: 2; widows: 1; }
 .entity_actions,
 .notice-options,
 #aside_primary,
-.form_subcription_edit .submit {
+.form_subscription_edit .submit {
 display:none;
 }