austgl / zen-coding

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

Numbers in text are being modified from their original value? #361

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by serge....@gmail.com on 30 Oct 2012 at 1:27