Closed Bug 1828064 Opened 2 years ago Closed 2 years ago

<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)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1827907

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

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.

Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1827907
Resolution: --- → DUPLICATE
Flags: needinfo?(kmaglione+bmo)
You need to log in before you can comment on or make changes to this bug.