diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-02 10:02:34 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-02 10:02:34 -0800 |
commit | 45a7eb024824d283a24ae36aa3e5e56c9648fbf4 (patch) | |
tree | 565c56f397971f7d2168f0051541deeb18c07f6c /modules | |
parent | e9e871acfc7f82ea30cc21d85ab380f7a8ea57f8 (diff) |
Remove an extra trailing bracket.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/views/comments.html.php | 2 |
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") ?> |