diff --git a/src/Template/Main/claims.ctp b/src/Template/Main/claims.ctp index f2ec67a..bb88925 100644 --- a/src/Template/Main/claims.ctp +++ b/src/Template/Main/claims.ctp @@ -40,13 +40,10 @@ $a = ['purple', 'orange', 'blue', 'teal', 'green', 'yellow']; $autoThumbText = ''; -$link = $claim->Name; $rawLink = $claim->Name; if (isset($claim->Publisher->Name)) { - $link = urlencode($claim->Publisher->Name) . '/' . $link; $rawLink = $claim->Publisher->Name . '/' . $rawLink; } -$link = 'lbry://' . $link; $rawLink = 'lbry://' . $rawLink; if ($claim->ClaimType == 1) { $autoThumbText = strtoupper(substr($claim->Name, 1, min( strlen($claim->Name), 10 ))); } else { $str = str_replace(' ', '', (strlen(trim($claim->Title)) > 0) ? $claim->Title : $claim->Name); @@ -81,7 +78,7 @@ if (strlen(trim($desc)) == 0) {