| Summary: | Start tag (<option>) not closed properly, expected '>'. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | 贺 高 <973867476> | ||||
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> | ||||
| Status: | CLOSED INVALID | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | loskutov | ||||
| Version: | 4.8 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 10 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
This bug has nothing to do with JDT Debug project, and has no valid description/steps to reproduce. |
Created attachment 270128 [details] Start tag (<option>) not closed properly, expected '>'. 把<c:if></c:if>写在option中,出现Start tag (<option>) not closed properly, expected '>'.错误 下面的代码都报红线 <select> <option value="0" <c:if test="${product.pflag ==0}">selected</c:if>>否</option> <option value="1" <c:if test="${product.pflag ==1}"></c:if>>是</option> </select>