Typo in templates/print/print-object_wiki.tpl
- Status
- Open
- Subject
- Typo in templates/print/print-object_wiki.tpl
- Version
- 29.x
- Category
- Bug
- Feature
- Resolution status
- New
- Submitted by
- Trog
- Lastmod by
- Trog
- Rating
- Description
"comment" has been mis-typed as "commnet" breaking printing of comments
templates/print/print-object_wiki.tpl.orig 2025-10-16 09:01:15.930801102 +0100 +++ templates/print/print-object_wiki.tpl 2025-10-16 09:01:32.169999825 +0100@@ -1,6 +1,6 @@
{if $prefs.feature_page_title ne 'n'}<h1>{$info.pageName}</h1>{/if} <div class="wikitext">{$info.parsed}</div> -<div id="comment-container-{$info.page_id|escape}" data-bs-target="{service controller=commnet action=list type="wiki page" objectId=$info.pageName}"></div> +<div id="comment-container-{$info.page_id|escape}" data-bs-target="{service controller=comment action=list type="wiki page" objectId=$info.pageName}"></div>
var id = '#comment-container-{{$info.page_id}}';
$(id).comment_load($(id).data('bs-target'));- Importance
- 5
- Easy to solve?
- 10 easy
- Priority
- 50
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 8838
- Created
- Thursday 16 October, 2025 09:06:00 UTC
by Trog - LastModif
- Thursday 16 October, 2025 09:06:00 UTC