diff --git a/res/layouts/pages/content.xml.lua b/res/layouts/pages/content.xml.lua
index 5c6f5638..2a21d57d 100644
--- a/res/layouts/pages/content.xml.lua
+++ b/res/layouts/pages/content.xml.lua
@@ -64,7 +64,6 @@ function check_dependencies(packinfo)
local depid = dep:sub(2,-1)
if dep:sub(1,1) == '!' then
if not table.has(packs_all, depid) then
- packinfo.description = ""
return string.format(
"%s (%s)", gui.str("error.dependency-not-found"), depid
)
diff --git a/res/layouts/templates/pack.xml b/res/layouts/templates/pack.xml
index ffb94518..5eb2f74c 100644
--- a/res/layouts/templates/pack.xml
+++ b/res/layouts/templates/pack.xml
@@ -8,7 +8,7 @@
%{creator}
-