diff --git a/archive/community.applications-2022.01.10-x86_64-1.txz b/archive/community.applications-2022.01.10-x86_64-1.txz index cc6b086f..c3cee935 100644 Binary files a/archive/community.applications-2022.01.10-x86_64-1.txz and b/archive/community.applications-2022.01.10-x86_64-1.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 index c7edc94c..0469fe39 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 @@ -19,6 +19,6 @@ a1401a0bed89c182b69f0c7508282c1f ./scripts/pluginInstall.php 36556fb8fcd17118600d3d226c50567d ./scripts/showStatistics.php 4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh 34554a56611dfe625889c82afd5138de ./scripts/updatePluginSupport.php -dec0ef21fb5bd704cd319e0a059a11ba ./skins/Narrow/css.php +b9af1449b8201afb0866cc53f279cd63 ./skins/Narrow/css.php 7d827147dc8ede3d518b2cacae1d385b ./skins/Narrow/skin.html -71d9d0268d18ec1eabf4c8f8bb4e8da1 ./skins/Narrow/skin.php +028147b7da9a8de60ffa802949dd0754 ./skins/Narrow/skin.php diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/css.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/css.php index 797852d1..ea25c69d 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/css.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/css.php @@ -239,7 +239,7 @@ a.ca_repoPopup:hover{color:;} .changelogMessage{font-size:1rem;line-height:1rem;margin-top:1rem;} .cardCategory{font-size:1rem;margin-left:0.75rem;} .cardDescription{cursor: pointer;display: block;position: relative;top:0.5rem;max-height: 7rem;overflow: hidden;} -.cardDesc{display:inline-block;max-height:7rem;overflow:hidden;} +.cardDesc{display:inline-block;max-height:6rem;overflow:hidden;} .card_readmore{color:;} .cardWarning{font-size:1.5rem;color:#bdbd14;} #Category{font-size:2rem;margin-bottom:0.5rem;} diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php index 6ff94479..a8248098 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php @@ -1070,10 +1070,9 @@ function displayCard($template) { $ovr = str_replace(" ","    ",$ovr); $ovr = markdown(strip_tags($ovr,"
")); - $ovr = str_replace(["

","

","

"],"",$ovr); $ovr = str_replace("\n","
",$ovr); - $Overview = str_replace("
"," ",$ovr); + $Overview = strip_tags(str_replace("
"," ",$ovr)); $descClass= $RepositoryTemplate ? "cardDescriptionRepo" : "cardDescription"; $card .= "
$Overview
";