Have I searched the tickets before posting? Yes
Have I searched the forum before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 3.4.1
PHP version: 5.5.17
MySQL version: 5.5.34-32.0-log
Matukio version: 5.1.3
Direct link to the page that shows the issue: Not relevant
Description of my issue:
I noticed that you used the symbol "#" quite often in the Matukio templates. See for instance this snippet:
<p>##COM_MATUKIO_EMAIL_GREETING## MAT_BOOKING_NAME,<br /><br />##COM_MATUKIO_THANK_YOU_FOR_YOUR_BOOKING##<br /><br /> ##COM_MATUKIO_BOOKING_DETAILS##:<br />MAT_BOOKING_ALL_DETAILS_HTML<br />MAT_BOOKING_TICKETS<br /><br /> ##COM_MATUKIO_EVENT_DETAILS##:<br />MAT_EVENT_ALL_DETAILS_HTML<br /><br />MAT_BOOKING_DETAILPAGE<br /><br /> MAT_SIGNATURE</p>
What's the reason for that?