You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/12/05 11:44:43 UTC

svn commit: r354044 - /maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm

Author: evenisse
Date: Mon Dec  5 02:44:39 2005
New Revision: 354044

URL: http://svn.apache.org/viewcvs?rev=354044&view=rev
Log: (empty)

Modified:
    maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm

Modified: maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm?rev=354044&r1=354043&r2=354044&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm (original)
+++ maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm Mon Dec  5 02:44:39 2005
@@ -245,7 +245,7 @@
       </tr>
       #foreach ( $developer in $project.developers )
       <tr class="$css.nextClass">
-        <td>#if ( $developer.name ) $developer.name #else $!{developer.id}</td>
+        <td>#if ( $developer.name ) $developer.name #else $!{developer.id}#end</td>
         <td>$!{developer.email}</td>
         <!-- td>&nbsp;</td -->
       </tr>