Skip to content

Commit 24b2ec2

Browse files
committed
Escape HTML in the code highlighter help (#33859).
git-svn-id: http://svn.redmine.org/redmine/trunk@21401 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 34aa367 commit 24b2ec2

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

public/help/code_highlighting_languages.html

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ <h1>List of languages supported by Redmine code highlighter</h1>
170170
<td>d</td>
171171
<td>The D programming language(dlang.org) [aliases: dlang]</td>
172172
</tr>
173+
<tr>
174+
<td>dafny</td>
175+
<td>The Dafny programming language (github.com/dafny-lang/dafny)</td>
176+
</tr>
173177
<tr>
174178
<td>dart</td>
175179
<td>The Dart programming language (dartlang.com)</td>
@@ -200,7 +204,7 @@ <h1>List of languages supported by Redmine code highlighter</h1>
200204
</tr>
201205
<tr>
202206
<td>eex</td>
203-
<td>Embedded Elixir [aliases: leex]</td>
207+
<td>Embedded Elixir [aliases: leex,heex]</td>
204208
</tr>
205209
<tr>
206210
<td>eiffel</td>
@@ -354,6 +358,10 @@ <h1>List of languages supported by Redmine code highlighter</h1>
354358
<td>irb</td>
355359
<td>Shell sessions in IRB or Pry [aliases: pry]</td>
356360
</tr>
361+
<tr>
362+
<td>irb_output</td>
363+
<td></td>
364+
</tr>
357365
<tr>
358366
<td>isbl</td>
359367
<td>The ISBL programming language</td>
@@ -468,7 +476,7 @@ <h1>List of languages supported by Redmine code highlighter</h1>
468476
</tr>
469477
<tr>
470478
<td>mathematica</td>
471-
<td>Wolfram Mathematica, the world's definitive system for modern technical computing. [aliases: wl]</td>
479+
<td>Wolfram Mathematica, the world&#39;s definitive system for modern technical computing. [aliases: wl]</td>
472480
</tr>
473481
<tr>
474482
<td>matlab</td>
@@ -484,7 +492,7 @@ <h1>List of languages supported by Redmine code highlighter</h1>
484492
</tr>
485493
<tr>
486494
<td>mosel</td>
487-
<td>An optimization language used by Fico's Xpress.</td>
495+
<td>An optimization language used by Fico&#39;s Xpress.</td>
488496
</tr>
489497
<tr>
490498
<td>msgtrans</td>
@@ -552,12 +560,16 @@ <h1>List of languages supported by Redmine code highlighter</h1>
552560
</tr>
553561
<tr>
554562
<td>plaintext</td>
555-
<td>A boring lexer that doesn't highlight anything [aliases: text]</td>
563+
<td>A boring lexer that doesn&#39;t highlight anything [aliases: text]</td>
556564
</tr>
557565
<tr>
558566
<td>plist</td>
559567
<td>plist [aliases: plist]</td>
560568
</tr>
569+
<tr>
570+
<td>pony</td>
571+
<td></td>
572+
</tr>
561573
<tr>
562574
<td>postscript</td>
563575
<td>The PostScript language (adobe.com/devnet/postscript.html) [aliases: postscr,postscript,ps,eps]</td>
@@ -584,7 +596,7 @@ <h1>List of languages supported by Redmine code highlighter</h1>
584596
</tr>
585597
<tr>
586598
<td>protobuf</td>
587-
<td>Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data [aliases: proto]</td>
599+
<td>Google&#39;s language-neutral, platform-neutral, extensible mechanism for serializing structured data [aliases: proto]</td>
588600
</tr>
589601
<tr>
590602
<td>puppet</td>
@@ -800,7 +812,7 @@ <h1>List of languages supported by Redmine code highlighter</h1>
800812
</tr>
801813
<tr>
802814
<td>xml</td>
803-
<td><desc for="this-lexer">XML</desc></td>
815+
<td>&lt;desc for=&quot;this-lexer&quot;&gt;XML&lt;/desc&gt;</td>
804816
</tr>
805817
<tr>
806818
<td>xojo</td>
@@ -816,7 +828,7 @@ <h1>List of languages supported by Redmine code highlighter</h1>
816828
</tr>
817829
<tr>
818830
<td>yaml</td>
819-
<td>Yaml Ain't Markup Language (yaml.org) [aliases: yml]</td>
831+
<td>Yaml Ain&#39;t Markup Language (yaml.org) [aliases: yml]</td>
820832
</tr>
821833
<tr>
822834
<td>yang</td>
@@ -828,4 +840,4 @@ <h1>List of languages supported by Redmine code highlighter</h1>
828840
</tr>
829841
</table>
830842
</body>
831-
</html>
843+
</html>

0 commit comments

Comments
 (0)