yasnippet/snippets/html-mode/meta/meta.http-equiv
2011-10-13 14:34:13 +01:00

4 lines
183 B
Plaintext

#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <meta http-equiv="..." content="..." />
# --
<meta http-equiv="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />