From 1a082dc79479c51d5175e8a9b84a6ac137a94378 Mon Sep 17 00:00:00 2001 From: marcdeb1 Date: Wed, 10 Oct 2018 14:41:45 +0200 Subject: [PATCH] Changed getLink function name --- src/Template/Main/claims.ctp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Template/Main/claims.ctp b/src/Template/Main/claims.ctp index f7d0414..0507716 100644 --- a/src/Template/Main/claims.ctp +++ b/src/Template/Main/claims.ctp @@ -136,7 +136,7 @@ if (strlen(trim($desc)) == 0) {
Language)) > 0 ? ($claim->Language == 'en' ? 'English' : '') : 'Unspecified' ?>
- Open in LBRY + Open in LBRY
@@ -208,7 +208,7 @@ if (strlen(trim($desc)) == 0) {
ClaimType == 1 ? $claim->Name : ((strlen(trim($claim->Title)) > 0) ? $claim->Title : 'No Title') ?>
- +
Description)) > 0 ? $claim->Description : 'No description available' ?>
@@ -326,7 +326,7 @@ if (strlen(trim($desc)) == 0) {