Zet-Web / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

P is becoming padding instead of paragraph in Coda #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make new document in Coda
2. Try div+p
3. the div is made but the p becomes padding

What is the expected output? What do you see instead?
<div></div>
<p></p>

<div></div>
padding:;

What version of the product are you using? On what operating system?
Latest Coda, OS X

Please provide any additional information below.

Original issue reported on code.google.com by dt.e...@gmail.com on 22 Nov 2009 at 8:24

GoogleCodeExporter commented 9 years ago
Damn, it's because HTML snippets are inherited from CSS to make them work in 
Coda.
Inheritance removed, please re-download Coda plugin: 
http://github.com/sergeche/tea-for-coda/downloads

Original comment by serge....@gmail.com on 22 Nov 2009 at 8:38