import v1.1.0_RC2 | 2009-09-20
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<h2><?= $this->escape($this->article->title) ?></h2>
|
||||
<h2><?php echo $this->escape($this->article->title) ?></h2>
|
||||
<div class="article_date">
|
||||
<?php echo $this->translate('Published on %s', $this->article->date) ?>
|
||||
<?php if ($this->user->role == Users_Model_User::ROLE_ADMIN): ?>
|
||||
@ -8,7 +8,7 @@
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<p><?= $this->escape($this->article->excerpt) ?></p>
|
||||
<p><?php echo $this->escape($this->article->excerpt) ?></p>
|
||||
<hr />
|
||||
<div>
|
||||
<?php echo $this->article->content ?>
|
||||
|
Reference in New Issue
Block a user