aboutsummaryrefslogtreecommitdiffstats
path: root/view/diaspora_vcard.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-20 16:48:07 -0700
committerFriendika <info@friendika.com>2011-10-20 16:48:07 -0700
commit01164c8c2f802f0b4c2f0f7c4a83ed826768ae1a (patch)
tree32b0ba9fc9c46057a44dfb97691fd548399c5520 /view/diaspora_vcard.tpl
parentbef7a5d66bf7ef26e0d4da1c6209f3e23b0ccffe (diff)
downloadvolse-hubzilla-01164c8c2f802f0b4c2f0f7c4a83ed826768ae1a.tar.gz
volse-hubzilla-01164c8c2f802f0b4c2f0f7c4a83ed826768ae1a.tar.bz2
volse-hubzilla-01164c8c2f802f0b4c2f0f7c4a83ed826768ae1a.zip
fix various html parse errors
Diffstat (limited to 'view/diaspora_vcard.tpl')
-rw-r--r--view/diaspora_vcard.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/diaspora_vcard.tpl b/view/diaspora_vcard.tpl
index 684b1d18d..e71fc33ef 100644
--- a/view/diaspora_vcard.tpl
+++ b/view/diaspora_vcard.tpl
@@ -33,19 +33,19 @@
<dl class="entity_photo">
<dt>Photo</dt>
<dd>
- <img class="photo avatar" height="300px" width="300px" src="$diaspora.photo300">
+ <img class="photo avatar" height="300" width="300" src="$diaspora.photo300">
</dd>
</dl>
<dl class="entity_photo_medium">
<dt>Photo</dt>
<dd>
- <img class="photo avatar" height="100px" width="100px" src="$diaspora.photo100">
+ <img class="photo avatar" height="100" width="100" src="$diaspora.photo100">
</dd>
</dl>
<dl class="entity_photo_small">
<dt>Photo</dt>
<dd>
- <img class="photo avatar" height="50px" width="50px" src="$diaspora.photo50">
+ <img class="photo avatar" height="50" width="50" src="$diaspora.photo50">
</dd>
</dl>
<dl class="entity_searchable">