wvuweb / hammer

A tool for CleanSlate theme development
https://cleanslate.wvu.edu
4 stars 2 forks source link

Blog tags if comma delimited attribute contains a space #72

Closed zeroedin closed 5 years ago

zeroedin commented 5 years ago

If you use the following format:

<r:blog:articles tags="one, two>

This form currently works <r:blog:articles tags="one,two>

Should work in both formats. Hammer does not split the comma delimited list correctly. Needs to strip additional spaces.