CC-5354: Remove PHP short open tags for better compatibility

This commit is contained in:
Albert Santoni 2013-10-04 14:15:23 -04:00
parent 60b4eb5c8a
commit 7b1cd5c908
34 changed files with 171 additions and 171 deletions

View file

@ -1,4 +1,4 @@
<div id="watched-folder-section" class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong manage-folders">
<h2><? echo _("Manage Media Folders") ?></h2>
<h2><?php echo _("Manage Media Folders") ?></h2>
<?php echo $this->form; ?>
</div>