解决Only void and foreign elements can be self closed “ xxxx-xxxx“报错

简介: 解决Only void and foreign elements can be self closed “ xxxx-xxxx“报错

c2c6e90f37d3475d8f6fcf33325f8b29.png


上图的报错原因是使用了单标签


解决方法:


把单标签换成双标签即可 如下图:


ac21031709b64ca3a861ef84615381df.png

相关文章
|
5月前
|
数据库
MongoError: E11000 duplicate key error collection: blog.users index: email_1 dup key
MongoError: E11000 duplicate key error collection: blog.users index: email_1 dup key
|
5月前
报错modify sync object Modify sync object Failed!
报错modify sync object Modify sync object Failed!
23 1
DB:: Exception: Unknown data type family: DateTime64
DB:: Exception: Unknown data type family: DateTime64
717 1
Unable to add window --token is not valid
Unable to add window --token is not valid
|
关系型数据库 MySQL 数据库
[Err] 1143 - SELECT command denied to user 'XX'@'%' for column 'XXX' in table 'XX'
[Err] 1143 - SELECT command denied to user 'XX'@'%' for column 'XXX' in table 'XX'
228 0
[Err] 1143 - SELECT command denied to user 'XX'@'%' for column 'XXX' in table 'XX'
test of duplicate control id
Created by Jerry Wang, last modified on Aug 21, 2015
test of duplicate control id
|
SQL 关系型数据库 数据库
ORA-04028: cannot generate diana for object xxx
在ORACLE数据库(10.2.0.5.0)上修改一个包的时候,编译有错误,具体错误信息为"ORA-04028: cannot generate diana for object xxx"。   Warning: Package Body created with compilation errors.
1541 0