Skip to content
Snippets Groups Projects
Commit 6102759b authored by Lukas Fleischer's avatar Lukas Fleischer
Browse files

Use echo shortcut syntax


Replace all occurrences of "<?php echo" and "<?php print" by "<?=" to
reduce noise in templates.

Note that as of PHP 5.4.0, "<?=" is always available and no longer
requires "short_open_tag" to be set.

Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
parent 964ea083
No related branches found
No related tags found
No related merge requests found
Showing
with 278 additions and 276 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment