You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in /niara/blob/master/modules/beesblogrecentposts/views/templates/hooks/home.tpl
Line 51 is: <p><a class="btn btn-primary" href="{$post->link|escape:'htmlall':'UTF-8'}" title="{$post->title|escape:'htmlall':'UTF-8'}">Read More</a></p>
but should be: <p><a class="btn btn-primary" href="{$post->link|escape:'htmlall':'UTF-8'}" title="{$post->title|escape:'htmlall':'UTF-8'}">{l s='Read More' mod='beesblogrecentposts'}</a></p>
In /niara/blob/master/modules/beesblogrelatedproducts/views/templates/hooks/product.tpl
Line 42 is: <p><a class="btn btn-primary" href="{$post.link|escape:'htmlall':'UTF-8'}" title="{$post.title|escape:'htmlall':'UTF-8'}">Read More</a></p>
Should be: <p><a class="btn btn-primary" href="{$post.link|escape:'htmlall':'UTF-8'}" title="{$post.title|escape:'htmlall':'UTF-8'}">{l s='Read More' mod='beesblogrelatedproducts'}</a></p>
Same in these files:
beesblogpopularposts/views/templates/hooks/home.tpl
beesblogpopularposts/views/templates/hooks/product.tpl
beesblogrecentposts/views/templates/hooks/product.tpl
The text was updated successfully, but these errors were encountered:
You need to fork the repository first. Then commit and push your changes to your repository. After that, you can go to original/this repository and create pull request from your repo.
in /niara/blob/master/modules/beesblogrecentposts/views/templates/hooks/home.tpl
Line 51 is:
<p><a class="btn btn-primary" href="{$post->link|escape:'htmlall':'UTF-8'}" title="{$post->title|escape:'htmlall':'UTF-8'}">Read More</a></p>
but should be:
<p><a class="btn btn-primary" href="{$post->link|escape:'htmlall':'UTF-8'}" title="{$post->title|escape:'htmlall':'UTF-8'}">{l s='Read More' mod='beesblogrecentposts'}</a></p>
In /niara/blob/master/modules/beesblogrelatedproducts/views/templates/hooks/product.tpl
Line 42 is:
<p><a class="btn btn-primary" href="{$post.link|escape:'htmlall':'UTF-8'}" title="{$post.title|escape:'htmlall':'UTF-8'}">Read More</a></p>
Should be:
<p><a class="btn btn-primary" href="{$post.link|escape:'htmlall':'UTF-8'}" title="{$post.title|escape:'htmlall':'UTF-8'}">{l s='Read More' mod='beesblogrelatedproducts'}</a></p>
Same in these files:
beesblogpopularposts/views/templates/hooks/home.tpl
beesblogpopularposts/views/templates/hooks/product.tpl
beesblogrecentposts/views/templates/hooks/product.tpl
The text was updated successfully, but these errors were encountered: