Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hudenko committed Nov 23, 2011
1 parent 3e9569c commit 7a6c632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/message/view.php
@@ -1,4 +1,4 @@
<?php $this->pageTitle=Yii::app()->name . ' - '.MessageModule::t("Compose Message"); ?>
<?php $this->pageTitle=Yii::app()->name . ' - ' . MessageModule::t("Compose Message"); ?>
<?php $isIncomeMessage = $viewedMessage->receiver_id == Yii::app()->user->getId() ?>

<?php
Expand Down

0 comments on commit 7a6c632

Please sign in to comment.