aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-18 01:15:48 -0700
committerFriendika <info@friendika.com>2011-08-18 01:15:48 -0700
commit78e1f86110f430d6ec997d1d0008e7fd1383eeaf (patch)
tree5a6fd8256ccb591c838777bdc87c1bf60c6eb77e /boot.php
parent69b7c2f0becdda1e331eef0069e163c2dad9df0e (diff)
downloadvolse-hubzilla-78e1f86110f430d6ec997d1d0008e7fd1383eeaf.tar.gz
volse-hubzilla-78e1f86110f430d6ec997d1d0008e7fd1383eeaf.tar.bz2
volse-hubzilla-78e1f86110f430d6ec997d1d0008e7fd1383eeaf.zip
consistent quotes in vcard
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 050cf10ce..38ebd1f67 100644
--- a/boot.php
+++ b/boot.php
@@ -939,10 +939,10 @@ function profile_sidebar($profile, $block = 0) {
<img class="photo avatar" height="50px" width="50px" src="$photo50">
</dd>
</dl>
-<dl class='entity_searchable'>
+<dl class="entity_searchable">
<dt>Searchable</dt>
<dd>
-<span class='searchable'>$searchable</span>
+<span class="searchable">$searchable</span>
</dd>
</dl>
</div>