Jump to content

How delete <wbr> ?

Featured Replies

Posted

Hello!

Why when I put the value of any of the fields (IP Content), then the system inserts a <wbr> so the link is broken? Example:

site.c<wbr>om

Links dont work! And my constuction dont work:

  <div class="browser_screenshot">
        {{$v = str_replace('<wbr>','',$v);}}
		<img class="ipsImage" src="http://mini.s-shot.ru/1024x600/1024/jpeg/?{$record->customFieldDisplayByKey('site_link')|raw};">
  </div>

Help me please

Edit: pardon my poor reading comprehension. My comment is for a different situation than yours. Apologies.

In some cases using {$formValue} instead of {value} will fix this.  

(Although I did have a test conversion early on though that I could never get rid of the word-break tag...)

  • Author

Work! Thanks!

P.S but <wbr> tag very very bad! :devil:

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.