Project

General

Profile

Actions

Defect #10193

closed

Unappropriate icons in highlighted code block

Added by Aleksej Lebedev about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Category:
Text formatting
Target version:
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!

Actions #1

Updated by Etienne Massip about 12 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
Actions #2

Updated by Jean-Philippe Lang about 12 years ago

  • Status changed from Confirmed to Resolved
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Fixed in r8835.

Actions #3

Updated by Jean-Philippe Lang about 12 years ago

  • Target version changed from Candidate for next minor release to 1.3.2
Actions #4

Updated by Jean-Philippe Lang about 12 years ago

  • Subject changed from The unnecessary icons in the code block to Unappropriate icons in highlighted code block
Actions #5

Updated by Jean-Philippe Lang about 12 years ago

  • Status changed from Resolved to Closed

Merged.

Actions

Also available in: Atom PDF