Skip to content

Handlebar Helper

Phil Taylor requested to merge pacth/handlebar_helper_string into master

Done:

  • Added type checks in each string helper so it doesn’t error out when NULL is passed as a parameter

Test:

  1. In a handlebar template add the following and make sure the page still renders {{ucfirst null}}

Merge request reports