HTML Problems Panel Mis-identifies html in php as a problem; '&' + whatever... #2193
monkeework
started this conversation in
General
Replies: 1 comment
-
Can you post a screenshot of what the exact panel you are trying to close is? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here we have a simple line in a php file:
$output .= "N: {$ss_nNAME}";
The HTML Problems panel comes up and can not be dimissed nor can the errors which are not errors; The href being shown uses and '&' followed by what follows to identify a get parameter used by the code when passing information from one page to another; This is very common in php. I can't tell the panel editor it is not a problem, i can't dismiss the panel editor even though it has a little 'x' that i have clicked multiple times. Is there a way to teach Pheonix that this isn't a problem? Or to close the damn panel when it is identifying false errors?
Beta Was this translation helpful? Give feedback.
All reactions