Question
Prevent DW from adding spaces in php snippet
For some reason DW 2017, ads spaces around double quotes:
Before Applying Source Code Format:
<a href="<?php echo Url("blog/");?>" class="text"> Blog</a>and after:
<a href="<?php echo Url(" blog/ ");?>" class="text">Blog</a>
notice the extra white space within url function.
