I am trying to return this in it's predictable HTML way :
'Page Total ' + @total_on_page + tag('br') + 'Total All Pages'.html_safe + @total
But instead it just parses the br/ as plain text. How do I return a working HTML version of br/ ?
Expected Output :
Page Total $123123
Total All Pages $12312312
Actual Output :
Page Total $8,296.42<br />Total All Pages$23,669.73