summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-02 13:53:15 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-02 13:53:15 -0800
commit6dd622416531e8897af2bc3712e55a640277ac62 (patch)
tree8773f02989c5f15e05ef580e4099893c658df968 /modules/comment
parent85a2ad80f92be4ac52d777ca0a8ec60a3e0e8a29 (diff)
parent192b11724ef315ebaabb3088a0daba1450fd7df0 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/views/comments.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php
index 636f1522..fc54e3d2 100644
--- a/modules/comment/views/comments.html.php
+++ b/modules/comment/views/comments.html.php
@@ -1,5 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
- <a href="<?= url::site("form/add/comments/{$item->id})") ?>" id="g-admin-comment-button"
+ <a href="<?= url::site("form/add/comments/{$item->id}") ?>" id="g-admin-comment-button"
class="g-button ui-corner-all ui-icon-left ui-state-default right">
<span class="ui-icon ui-icon-comment"></span>
<?= t("Add a comment") ?>