You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/01/30 06:15:33 UTC

svn commit: r616626 - /myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/filteredStylesheet.jsp

Author: lu4242
Date: Tue Jan 29 21:15:33 2008
New Revision: 616626

URL: http://svn.apache.org/viewvc?rev=616626&view=rev
Log:
use escape # to render #

Modified:
    myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/filteredStylesheet.jsp

Modified: myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/filteredStylesheet.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/filteredStylesheet.jsp?rev=616626&r1=616625&r2=616626&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/filteredStylesheet.jsp (original)
+++ myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/filteredStylesheet.jsp Tue Jan 29 21:15:33 2008
@@ -44,7 +44,7 @@
 		<pre>
 .tableBack
 {
-	background-image: url(#{environmentInfo.requestContextPath}/images/logo.jpg)
+	background-image: url(&#35;{environmentInfo.requestContextPath}/images/logo.jpg)
 }
 		</pre>
 	</p>