相关疑难解决方法(0)

Aptana警告不应该使用脚本和链接标签

我正在运行Aptana Studio 3,版本:3.1.3.201205292243,Win7 64bit,我注意到在上次更新后,Aptana警告我(垂直注释)我应该"修剪空"标签,但这些是正常的脚本标记链接外部js文件,如下所示:

    <!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->

    <link rel="shortcut icon" href="/favicon.ico" />
    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
    <script src="js/jquery.lightbox-0.5.js"></script>
    <script src="js/flickrapi3.js"></script>
    <link rel="stylesheet" href="css/jquery.lightbox-0.5.css" />
    <link rel="stylesheet" href="css/flickrStyle.css" />
Run Code Online (Sandbox Code Playgroud)

此外,它还警告我链接标记中的rel属性具有"无效值",但这些是HTML5模板Aptana捆绑包中包含的默认值.

我已经检查了首选项>编辑器>文本编辑器,我看到了注释设置,但是我看不出在哪里可以完全解决这些问题.我完全错过了什么吗?这些已知的错误?我该如何纠正这些问题?

aptana aptana3

12
推荐指数
3
解决办法
8272
查看次数

标签 统计

aptana ×1

aptana3 ×1