mikedijkstra / stencil

A collection of helpers, modifiers, objects and compilers to help you get started building a new web site or web application fast.
6 stars 3 forks source link

Inliner expands special characters inside of “" #16

Open jheftmann opened 9 years ago

jheftmann commented 9 years ago
              <a href="*|UNSUB|*" style="background: transparent; border-bottom-color: #666; border-bottom-style: solid; border-bottom-width: 1px; color: inherit; text-decoration: none">Unsubscribe</a>
              <br style="color: #fff">
              *|HTML:LIST_ADDRESS_HTML|*<br style="color: #fff">

In the above code, stencil inline expands | into ASCII if it’s within ” “ like in a URL.