You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/06/22 01:02:34 UTC

svn commit: r787110 - /incubator/click/trunk/click/examples/webapp/jsp/customer-table.jsp

Author: sabob
Date: Sun Jun 21 23:02:34 2009
New Revision: 787110

URL: http://svn.apache.org/viewvc?rev=787110&view=rev
Log:
define colors with #

Modified:
    incubator/click/trunk/click/examples/webapp/jsp/customer-table.jsp

Modified: incubator/click/trunk/click/examples/webapp/jsp/customer-table.jsp
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/jsp/customer-table.jsp?rev=787110&r1=787109&r2=787110&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/jsp/customer-table.jsp (original)
+++ incubator/click/trunk/click/examples/webapp/jsp/customer-table.jsp Sun Jun 21 23:02:34 2009
@@ -29,7 +29,7 @@
 </p>
 
 <table style="border: 1px solid black;" cellpadding="6" cellspacing="0">
-  <tr valign="baseline" bgcolor="404060">
+  <tr valign="baseline" bgcolor="#404060">
     <th align="center"> ID </th>
     <th align="left"> Name </th>
     <th align="left"> Email </th>