~marko-cognistudio/mousedb/trunk

« back to all changes in this revision

Viewing changes to application/modules/default/views/scripts/comment/view.ajax.phtml

  • Committer: marko
  • Date: 2009-09-23 05:46:42 UTC
  • Revision ID: marko-20090923054642-96yaxcmec7hq2rp5
syntax error in comments/view.ajax

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
<?=$this->button('button_delete_comment_'.$comment['id'], 'Delete...', array('onClick' => 'dojo.byId("delete_comment_num").value = '.$comment['id'].'; dijit.byId("deleteCommentDialog").show()'))?>
25
25
</form>
26
26
<?php endif; ?>
27
 
<div>
 
27
</div>
28
28
</h4>
29
29
<blockquote style="margin-top:0; margin-bottom:0.25em;">
30
30
<?=nl2br($this->escape($comment['comment']))?>