[Cluster-devel] conga/luci/cluster form-macros

jparsons at sourceware.org jparsons at sourceware.org
Fri Sep 22 20:30:27 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-09-22 20:30:27

Modified files:
	luci/cluster   : form-macros 

Log message:
	Fixed evil typos

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.62&r2=1.63

--- conga/luci/cluster/form-macros	2006/09/22 20:08:40	1.62
+++ conga/luci/cluster/form-macros	2006/09/22 20:30:27	1.63
@@ -27,8 +27,8 @@
 <div metal:define-macro="clusters-form">
 <div id="cluster_list">
 <div class="cluster" tal:repeat="clu clusystems">
-	<tal:define="global ragent python: here.getRicciAgent(clu) | nothing/>
-  <span tal:condition="not ragent">
+	<span tal:define="global ragent python: here.getRicciAgent(clu) | nothing"/>
+  <span tal:condition="not: ragent">
     <h4><font color="red">An error occurred when trying to contact any of the nodes in the <span tal:content="clu"/>.</font></h4>
   <hr/>
   </span>




More information about the Cluster-devel mailing list