processwire-recipes / Recipes

Recipe Markdown files
29 stars 18 forks source link

Switch $sanitizer->text() to $sanitizer->selectorValue() #30

Closed teppokoivula closed 7 years ago

teppokoivula commented 7 years ago

Switched $sanitizer->text() to $sanitizer->selectorValue() as suggested by Ryan in the ProcessWire Weekly comments.

marcus-herrmann commented 7 years ago

Cheers!