aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-28 16:55:07 -0700
committerfriendica <info@friendica.com>2012-04-28 16:55:07 -0700
commit8a112aee0012383c5328021a5b0637957439cbaa (patch)
treef2af8974ea89681176febc1538ee10a1ba839b25
parent4ff2e9a10358e68f7af90ebf6d50d75d3a6ed284 (diff)
parenta757afc6bd516d55e42657265804115417507055 (diff)
downloadvolse-hubzilla-8a112aee0012383c5328021a5b0637957439cbaa.tar.gz
volse-hubzilla-8a112aee0012383c5328021a5b0637957439cbaa.tar.bz2
volse-hubzilla-8a112aee0012383c5328021a5b0637957439cbaa.zip
Merge https://github.com/friendica/friendica into pull
-rw-r--r--view/theme/cleanzero/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/cleanzero/theme.php b/view/theme/cleanzero/theme.php
index cc924539e..c99361997 100644
--- a/view/theme/cleanzero/theme.php
+++ b/view/theme/cleanzero/theme.php
@@ -108,7 +108,7 @@ $a->page['htmlhead'] .= '
<script>
$(function() {
- $(".wall-item-content-wrapper img").aeImageResize({height: '.$resize.', width: '.$resize.'});
+ $(".wall-item-content img").aeImageResize({height: '.$resize.', width: '.$resize.'});
});
</script>';}
}