Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit aaf1068

Browse files
author
Jamie Snape
committed
Replace short PHP tags
1 parent ac535d2 commit aaf1068

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

core/views/community/view.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $strippedDescription = strip_tags($description);
116116
?>
117117
</ul>
118118
<div id="tabs-feed">
119-
<?
119+
<?php
120120
echo $this->element('feed');
121121
?>
122122
</div>

core/views/user/userpage.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $this->headScript()->appendFile($this->coreWebroot.'/public/js/common/common.bro
8787
?>
8888
</ul>
8989
<div id="tabs-1">
90-
<?
90+
<?php
9191
echo $this->element('feed');
9292
?>
9393
</div>
@@ -147,13 +147,13 @@ $this->headScript()->appendFile($this->coreWebroot.'/public/js/common/common.bro
147147
{
148148
?>
149149
<div id="tabs-4">
150-
<?
150+
<?php
151151
$this->listFiles=$this->ownedItems;
152152
echo $this->element('listfiles');
153153
?>
154154
</div>
155155
<div id="tabs-5">
156-
<?
156+
<?php
157157
$this->listFiles=$this->shareItems;
158158
echo $this->element('listfiles');
159159
?>

modules/scheduler/views/config/index.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config
7474
<a href="<?php echo $this->webroot?>/scheduler/run?id=<?php echo $job->getKey()?>">Run Now</a>
7575
</td>
7676
</tr>
77-
<?
77+
<?php
7878
}?>
7979
</table>
8080
<?php
@@ -125,7 +125,7 @@ $this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config
125125
<?php echo substr($logContent, 0, 30)?>
126126
</td>
127127
</tr>
128-
<?
128+
<?php
129129
}?>
130130
</table>
131131
<?php

0 commit comments

Comments
 (0)