You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/01/13 01:43:36 UTC

svn commit: r368533 - /maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl

Author: ltheussl
Date: Thu Jan 12 16:43:35 2006
New Revision: 368533

URL: http://svn.apache.org/viewcvs?rev=368533&view=rev
Log:
Fix test for sub-task icon

Modified:
    maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl

Modified: maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl?rev=368533&r1=368532&r2=368533&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl (original)
+++ maven/maven-1/plugins/trunk/jira/src/plugin-resources/jira.jsl Thu Jan 12 16:43:35 2006
@@ -98,7 +98,7 @@
                         <j:when test="${type.equalsIgnoreCase('Task')}">
                           <img src="./images/jira/task.gif" alt="${type}" title="${type}"/>
                         </j:when>
-                        <j:when test="${type.equalsIgnoreCase('SubTask')}">
+                        <j:when test="${type.equalsIgnoreCase('Sub-task')}">
                           <img src="./images/jira/issue_subtask.gif" alt="${type}" title="${type}"/>
                         </j:when>
                         <j:when test="${type.equalsIgnoreCase('Test')}">