aboutsummaryrefslogtreecommitdiffstats
path: root/include/oembed.php
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-06-18 08:51:12 +0200
committerMichael <icarus@dabo.de>2012-06-18 08:51:12 +0200
commit6eaca19f4195a5f8f2c1b6b1e51c6e52bad67d96 (patch)
tree2dd0bdf8d76dac54b69c2abdf7be661146fd630b /include/oembed.php
parentd53414a333964026c26c3acee0d953e742a9a633 (diff)
parentcc56f33b80bdd871b8a1245e3c4bd3a31ed49330 (diff)
downloadvolse-hubzilla-6eaca19f4195a5f8f2c1b6b1e51c6e52bad67d96.tar.gz
volse-hubzilla-6eaca19f4195a5f8f2c1b6b1e51c6e52bad67d96.tar.bz2
volse-hubzilla-6eaca19f4195a5f8f2c1b6b1e51c6e52bad67d96.zip
Merge branch 'master' of github.com:annando/friendica
Conflicts: include/oembed.php
Diffstat (limited to 'include/oembed.php')
-rwxr-xr-xinclude/oembed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oembed.php b/include/oembed.php
index 910f4aaf9..a4452586e 100755
--- a/include/oembed.php
+++ b/include/oembed.php
@@ -93,8 +93,8 @@ function oembed_format_object($j){
$ret.="<br>";
}; break;
case "photo": {
- //$ret.= "<img width='".$j->width."' height='".$j->height."' src='".$j->url."'>";
$ret.= "<img width='".$j->width."' src='".$j->url."'>";
+ //$ret.= "<img width='".$j->width."' height='".$j->height."' src='".$j->url."'>";
$ret.="<br>";
}; break;
case "link": {