riksoft opened a new issue, #5962:
URL: https://github.com/apache/netbeans/issues/5962

   ### Apache NetBeans version
   
   Apache NetBeans 17
   
   ### What happened
   
   In a PHP web page, this code
   <input type="date" name="checkin" value="<?=$checkout?>">
   is marked as error with this message
   Bad value " " for attribute "value" on element "input": The literal did not 
satisfy the date format.
   
   ### How to reproduce
   
   Open a web project of type PHP and in a php page paste:
   <input type="date" name="checkin" value="<?=$checkout?>">
   
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Debian 11
   
   ### JDK
   
   JDK 11 - /usr/lib/jvm/java-11-openjdk-amd64
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   This happens because the value of the attribute value is seen as a literal 
text instead of a php variable, despite it's a php page.
   
   ### Are you willing to submit a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to