mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-09 03:54:47 +08:00
html5 don't accept image.alt
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<script type="text/javascript" src="static/js/jquery-latest.js"></script>
|
<script type="text/javascript" src="static/js/jquery-latest.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img id="logo" alt="ZenConding" src="static/images/zencoding-vim-logo.png" title="禅" />
|
<img id="logo" src="static/images/zencoding-vim-logo.png" title="禅" />
|
||||||
<h2>vim plugins for HTML and CSS hi-speed coding.</h2>
|
<h2>vim plugins for HTML and CSS hi-speed coding.</h2>
|
||||||
<section id="content">
|
<section id="content">
|
||||||
<div class="blocked-content">
|
<div class="blocked-content">
|
||||||
|
|||||||
Reference in New Issue
Block a user