What steps will reproduce the problem?
1. Select a block of text that looks like this (must include dollar amounts):
fee: $1.25
fee: $1.25
fee: $1.25
2. Wrap tag with abbreviation ( p* )
3. you will get back
<p>fee: $1.25</p>
<p>fee: $3.25</p>
<p>fee: $5.25</p>
What is the expected output? What do you see instead?
I expected:
<p>fee: $1.25</p>
<p>fee: $1.25</p>
<p>fee: $1.25</p>
Instead, dollar amounts are being increased with every paragraph.
What version of the product are you using? On what operating system?
I'm using Zen Coding 0.7.5. I am on Mac OS X 10.7.5 using Dreamweaver CS 5
Please provide any additional information below.
Original issue reported on code.google.com by jaymspa...@gmail.com on 29 Oct 2012 at 11:01
Original issue reported on code.google.com by
jaymspa...@gmail.com
on 29 Oct 2012 at 11:01