CC-5354: Remove PHP short open tags for better compatibility
This commit is contained in:
parent
60b4eb5c8a
commit
7b1cd5c908
34 changed files with 171 additions and 171 deletions
|
@ -50,7 +50,7 @@
|
|||
</dd>
|
||||
</div>
|
||||
<dt id="Connection_URL-label">
|
||||
<label for="outputStreamURL"><? echo _("Connection URL: "); ?></label>
|
||||
<label for="outputStreamURL"><?php echo _("Connection URL: "); ?></label>
|
||||
</dt>
|
||||
<dd id="Connection_URL-element">
|
||||
<span id="stream_url" class="static_text"><?php echo $this->connection_url; ?></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue