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: Lukas Fleischer <archlinux@cryptocrack.de>
Showing
- UPGRADING 2 additions, 0 deletionsUPGRADING
- web/html/addvote.php 10 additions, 10 deletionsweb/html/addvote.php
- web/html/home.php 8 additions, 8 deletionsweb/html/home.php
- web/html/login.php 12 additions, 12 deletionsweb/html/login.php
- web/html/packages.php 1 addition, 1 deletionweb/html/packages.php
- web/html/passreset.php 9 additions, 9 deletionsweb/html/passreset.php
- web/html/pkgsubmit.php 9 additions, 9 deletionsweb/html/pkgsubmit.php
- web/html/tu.php 3 additions, 3 deletionsweb/html/tu.php
- web/html/voters.php 2 additions, 2 deletionsweb/html/voters.php
- web/template/account_details.php 14 additions, 14 deletionsweb/template/account_details.php
- web/template/account_edit_form.php 29 additions, 29 deletionsweb/template/account_edit_form.php
- web/template/account_search_results.php 21 additions, 21 deletionsweb/template/account_search_results.php
- web/template/actions_form.php 13 additions, 13 deletionsweb/template/actions_form.php
- web/template/footer.php 2 additions, 2 deletionsweb/template/footer.php
- web/template/header.php 15 additions, 15 deletionsweb/template/header.php
- web/template/pkg_comment_form.php 6 additions, 6 deletionsweb/template/pkg_comment_form.php
- web/template/pkg_comments.php 9 additions, 9 deletionsweb/template/pkg_comments.php
- web/template/pkg_details.php 48 additions, 48 deletionsweb/template/pkg_details.php
- web/template/pkg_search_form.php 25 additions, 25 deletionsweb/template/pkg_search_form.php
- web/template/pkg_search_results.php 40 additions, 40 deletionsweb/template/pkg_search_results.php
Loading
Please register or sign in to comment