Actions
Defect #10193
closedUnappropriate icons in highlighted code block
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
A few weeks ago I upgraded to 1.3.0 and all code blocks now displayed incorrectly :(
Example code:
<pre><code class="html"> <if test="authorcfields:|:$author['custom_fields'] != """> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </if> </code>
Invalid result:
<if test="authorcfields:|:$author['custom_fields'] != """>
<foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
<foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
<if test="$field != ''">
<li>
{$field}
</li>
</if>
</foreach>
</foreach>
</if>
How I can remove these unnecessary icons without editing wiki pages? Thanks!
Updated by Etienne Massip almost 13 years ago
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
- Affected version (unused) changed from 1.3.0 to 1.3.1
- Affected version changed from 1.3.0 to 1.3.1
Updated by Jean-Philippe Lang almost 13 years ago
- Status changed from Confirmed to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Fixed in r8835.
Updated by Jean-Philippe Lang almost 13 years ago
- Target version changed from Candidate for next minor release to 1.3.2
Updated by Jean-Philippe Lang almost 13 years ago
- Subject changed from The unnecessary icons in the code block to Unappropriate icons in highlighted code block
Actions