David Carrdcblogdev.hashnode.dev·Feb 8, 2017Cases where php's short tags should be avoidedWhen designing my email layout files I like to break them down into parts and include them together as needed using includes. I've stumbled across a display issue when using a short tag include: <?=include('Layouts/Header.php');?> This caused a 1 ...Add a thoughtful commentNo comments yetBe the first to start the conversation.