Skip to content

Commit

Permalink
Added note about missing syntax highlighting from MSIE.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgene committed Jul 19, 2011
1 parent d1ff002 commit ff5b155
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-->
<f:section title="Jython">
<f:entry title="Editor"
description="Note that syntax highlighting is only available for versions of Jenkins that support it">
description="Syntax highlighting is only available on versions of Jenkins that support it. It is not available on Internet Explorer.">
<table>
<f:optionalBlock name="syntaxHighlightingEnabled"
checked="${descriptor.syntaxHighlightingEnabled}"
Expand All @@ -30,7 +30,7 @@
</table>
</f:entry>
<f:entry title="Python Packages"
description="Installing/removing packages may take several minutes">
description="Installing/removing packages may take several minutes.">
<f:repeatable name="pythonPackages" var="pythonPackage" items="${descriptor.pythonPackages}">
<table width="100%">
<j:if test="${pythonPackage != null}">
Expand All @@ -52,4 +52,4 @@
</f:repeatable>
</f:entry>
</f:section>
</j:jelly>
</j:jelly>

0 comments on commit ff5b155

Please sign in to comment.