mirror of
https://github.com/itflow-org/itflow
synced 2026-08-17 21:15:13 +00:00
Use Short echo tags across the code
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
</button>
|
||||
</div>
|
||||
<form action="guest_post.php" method="post" enctype="multipart/form-data" autocomplete="off">
|
||||
<input type="hidden" name="quote_id" value="<?php echo $quote_id; ?>">
|
||||
<input type="hidden" name="url_key" value="<?php echo $url_key; ?>">
|
||||
<input type="hidden" name="quote_id" value="<?= $quote_id ?>">
|
||||
<input type="hidden" name="url_key" value="<?= $url_key ?>">
|
||||
<div class="modal-body bg-white">
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user