<wbr> does not work in php code: $arr = explode(' ', $data); $ret = ""; foreach($arr as $word) {$tmp_string = $ret.' '.$word; $ret.=($ret==""?"":"<wbr> ").$word;}
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: asaderg, Unassigned)
Details
+++ This bug was initially created as a clone of Bug #1827907 +++
The string is not automatically transferred in your browser.
All other browsers successfully transfer the string with this code.
Adapt the browser to execute this code.
You probably don't understand me.
Your browser is the only one in which this code does not work.
Here is an example where it works everywhere except firefox.
https://миок.рф/tvprog_domashniy_today
Comment 1•2 years ago
|
||
Sorry, but PHP is entirely server-side. I'm not sure what problem you're seeing exactly, but the browser will never execute PHP.
Please file a new bug with the source of the page when you view it in Firefox, or the output of a request to the server, and an explanation of the behavior you're seeing verses the behavior you want to see.
Comment hidden (advocacy) |
Updated•2 years ago
|
Description
•