summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--templates/part.content.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cb3cb634..d20dc8e69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
owncloud-news (5.3.3)
* **Enhancement**: Add shortcut for marking the current article's feed/folder read, #635
+* **Bugfix**: When collapsing an article in compact view, remove content to stop playing audio/video from iframes, #787
owncloud-news (5.3.2)
* **Enhancement**: Disable expand on key navigation setting if compact view is not enabled, #774
diff --git a/templates/part.content.php b/templates/part.content.php
index d15b9124c..3aadcb2e2 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -93,7 +93,7 @@
</ul>
</div>
- <div class="article">
+ <div class="article" ng-if="!Content.isCompactView() || item.show">
<div class="heading only-in-expanded">
<time class="date"