Actions
Defect #14443
closedProperty class in <code> inside <pre> does not accept a single quotes
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Inside a new issue I want to put a piece of code with code syntax highlight
This code does NOT work:
<pre
><code
class
='php'>pre
>
This work:
<pre
><code
class
="php">pre
>
Redmine does not recognize a single quote, only double quote.
Related issues
Updated by Go MAEDA over 6 years ago
- Is duplicate of Defect #28469: Syntax highlighter does not work if language name is single-quoted added
Updated by Go MAEDA over 6 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed by #28469 (Redmine 3.3.8).
Actions