protoc / zen-coding

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

Indentation for <select> not honored after <option> #244

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Expand: (select>option)+#

What is the expected output?

<select name="" id="">
    <option value=""></option>
</select>
<div id=""></div>

What do you see instead?

<select name="" id="">
    <option value=""></option></select>
<div id=""></div>

What version of the product are you using? On what operating system?

Zen Coding 0.6.0.201011281422 for Eclipse Helios 20100917-0705, retrieved from 
from http://zen-coding.ru/eclipse/updates/, on OS X 10.6.5.

Original issue reported on code.google.com by l...@finalresort.org on 16 Feb 2011 at 8:01

GoogleCodeExporter commented 9 years ago
Fixed in v0.7

Original comment by serge....@gmail.com on 14 Mar 2011 at 2:18