From 062419114251d223e113f671c8ef28b605546e8c Mon Sep 17 00:00:00 2001 From: grandeljay Date: Wed, 15 Jun 2022 21:58:27 +0200 Subject: [PATCH] Show URL if there is no description and title --- src/classes/wish.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/classes/wish.php b/src/classes/wish.php index 3aa43840..d6f5c2c5 100644 --- a/src/classes/wish.php +++ b/src/classes/wish.php @@ -202,12 +202,14 @@ class Wish - description) { ?> -
+
+ description) { ?> description ?> -
-
- + url && !$this->title) { ?> + url ?> + +
+