misplaced quotes in remarksbox.tpl
- Status
- Closed
- Subject
- misplaced quotes in remarksbox.tpl
- Version
- 4.x
- Category
- Error
- Feature
- All / Undefined
- Submitted by
- Nowell VanHoesen
- Volunteered to solve
- Philippe Cloutier
- Lastmod by
- Philippe Cloutier
- Rating
- Description
While digging through some html I found the following:
Copy to clipboard<div class="rbox-data"">
the line in remarksbox.tpl is:Copy to clipboard<div class="rbox-data{$remarksbox_highlight}"{if !empty($remarksbox_width)} style="width:{$remarksbox_width}{/if}">
When the second if statement evaluates to false an extra double-quote is still output.- Solution
Change line 16 of remarksbox.tpl to:
Copy to clipboard<div class="rbox-data{$remarksbox_highlight}"{if !empty($remarksbox_width)} style="width:{$remarksbox_width}"{/if}>
Just moved the last double-quote to the other side of the end if tag.This is fixed in r24096 (for Tiki 5).
- Importance
- 4
- Priority
- 20
- 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
- 3055
- Created
- Thursday 25 February, 2010 21:35:06 UTC
by Nowell VanHoesen - LastModif
- Thursday 25 February, 2010 22:01:40 UTC