remove extra spaces

git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@23202 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2013-06-14 10:46:43 +00:00
parent 72e50e3132
commit 599708fc90
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ function socialbutt_facebook($basename, $root_url, &$tpl_vars, &$buttons)
$buttons[] = 'facebook_button';
}
?>
?>
+1 -1
View File
@@ -45,4 +45,4 @@ function socialbutt_google($basename, $root_url, &$tpl_vars, &$buttons)
$buttons[] = 'google_button';
}
?>
?>
+1 -1
View File
@@ -29,4 +29,4 @@ function socialbutt_pinterest($basename, $root_url, &$tpl_vars, &$buttons)
$buttons[] = 'pinterest_button';
}
?>
?>
+1 -1
View File
@@ -39,4 +39,4 @@ function socialbutt_tumblr($basename, $root_url, &$tpl_vars, &$buttons)
$buttons[] = 'tumblr_button';
}
?>
?>