Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/developers/validation.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/developers/validation.thtml')
-rw-r--r--site/app/views/elements/developers/validation.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/elements/developers/validation.thtml b/site/app/views/elements/developers/validation.thtml
index b855534..9bf53f5 100644
--- a/site/app/views/elements/developers/validation.thtml
+++ b/site/app/views/elements/developers/validation.thtml
@@ -55,13 +55,13 @@
<a id="new-file-button" href="#" onclick="upload.uploadNewFile(); return false;" class="remove-button rounded">
<?= $new_file_message ?>
</a>
- <? if ($allow_completion): ?>
+ <?php if ($allow_completion): ?>
<a id="continue-button" href="#" onclick="upload.completeUpload(); return false;" class="action-button rounded">
<?= ___('Continue') ?>
</a>
<br/><br/>
<div id="complete-loading"><?=$html->image('ajax_loading.gif')?>&nbsp;<?=___('Completing your add-on...')?></div>
- <? endif ?>
+ <?php endif ?>
</div>
</div>
</div>