You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/10/15 09:19:06 UTC

svn commit: r704799 - /servicemix/scripts/builds/webapps/builds/status.jsp

Author: lhein
Date: Wed Oct 15 00:19:06 2008
New Revision: 704799

URL: http://svn.apache.org/viewvc?rev=704799&view=rev
Log:
fixed syntax error

Modified:
    servicemix/scripts/builds/webapps/builds/status.jsp

Modified: servicemix/scripts/builds/webapps/builds/status.jsp
URL: http://svn.apache.org/viewvc/servicemix/scripts/builds/webapps/builds/status.jsp?rev=704799&r1=704798&r2=704799&view=diff
==============================================================================
--- servicemix/scripts/builds/webapps/builds/status.jsp (original)
+++ servicemix/scripts/builds/webapps/builds/status.jsp Wed Oct 15 00:19:06 2008
@@ -194,7 +194,6 @@
             }
           }
         }
-      }
     } catch (IOException e) {
       return "<td class='error' width='60%'><a href='logs/" + uri + "' class='error'>" + e + " " + durationText + "</a></td>";
     }