Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/91.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript IntelliJ 13抱怨';未缩放的xml字符';内联脚本_Javascript_Html_Xml_Angularjs_Intellij Idea - Fatal编程技术网

Javascript IntelliJ 13抱怨';未缩放的xml字符';内联脚本

Javascript IntelliJ 13抱怨';未缩放的xml字符';内联脚本,javascript,html,xml,angularjs,intellij-idea,Javascript,Html,Xml,Angularjs,Intellij Idea,IntelliJ的检查器在脚本标记的主体下划线。 是谁做错了我还是它 <!DOCTYPE html> <html> <head> <script type="text/ng-template" id="_template/company.inline"> <g:render template="/shared/header"/> <g:render template="/shared/nav"/>

IntelliJ的检查器在脚本标记的主体下划线。 是谁做错了我还是它

<!DOCTYPE html>
<html>
<head>

<script type="text/ng-template" id="_template/company.inline">

    <g:render template="/shared/header"/>
    <g:render template="/shared/nav"/>

            <section id="content">
                <section class="main padder" app-view-segment="1"></section>
            </section>

</script>


那么这是一个有效的xml吗?我不需要用cdata或其他什么东西来包装它?

在最新的EAP版本()中,这是一个已知的错误。它现在已修复,因此很快将出现在下一个EAP版本中