diff --git a/Zotlabs/Module/Pubsites.php b/Zotlabs/Module/Pubsites.php
index 559c8f2f1..9313a3c5a 100644
--- a/Zotlabs/Module/Pubsites.php
+++ b/Zotlabs/Module/Pubsites.php
@@ -34,16 +34,16 @@ class Pubsites extends \Zotlabs\Web\Controller {
if($jj['project'] !== \Zotlabs\Project\System::get_platform_name())
continue;
$host = strtolower(substr($jj['url'],strpos($jj['url'],'://')+3));
- $rate_links = ((local_channel()) ? '
' . t('Rate') . ' | ' : '');
+ $rate_links = ((local_channel()) ? ' ' . t('Rate') . ' | ' : '');
$location = '';
if(!empty($jj['location'])) {
- $location = ' ' . $jj['location'] . '
';
+ $location = ' ' . $jj['location'] . '
';
}
else {
$location = '
';
}
$urltext = str_replace(array('https://'), '', $jj['url']);
- $o .= ' ' . $urltext . '' . $location . ' | ' . $jj['access'] . ' | ' . $jj['register'] . ' | ' . t('View') . ' | ' . $rate_links . '
';
+ $o .= ' ' . $urltext . '' . $location . ' | ' . $jj['access'] . ' | ' . $jj['register'] . ' | ' . t('View') . ' | ' . $rate_links . '
';
}
}
diff --git a/Zotlabs/Module/Viewsrc.php b/Zotlabs/Module/Viewsrc.php
index 63cc5e717..fa755a3ec 100644
--- a/Zotlabs/Module/Viewsrc.php
+++ b/Zotlabs/Module/Viewsrc.php
@@ -41,7 +41,7 @@ class Viewsrc extends \Zotlabs\Web\Controller {
}
if(is_ajax()) {
- print ' ' . t('Source of Item') . ' ' . $r[0]['id'] . '
';
+ print ' ' . t('Source of Item') . ' ' . $r[0]['id'] . '
';
echo $o;
killme();
}
diff --git a/Zotlabs/Storage/Browser.php b/Zotlabs/Storage/Browser.php
index c75ebe41f..294baaa28 100644
--- a/Zotlabs/Storage/Browser.php
+++ b/Zotlabs/Storage/Browser.php
@@ -197,7 +197,7 @@ class Browser extends DAV\Browser\Plugin {
}
}
- $attachIcon = ""; // "";
+ $attachIcon = ""; // "";
// put the array for this file together
$ft['attachId'] = $this->findAttachIdByHash($attachHash);