Author: ppitonak(a)redhat.com
Date: 2010-07-28 07:33:31 -0400 (Wed, 28 Jul 2010)
New Revision: 18251
Modified:
root/tests/metamer/trunk/application/src/main/webapp/templates/list.xhtml
Log:
* fixed stylesheet reference
Modified: root/tests/metamer/trunk/application/src/main/webapp/templates/list.xhtml
===================================================================
--- root/tests/metamer/trunk/application/src/main/webapp/templates/list.xhtml 2010-07-28
10:54:15 UTC (rev 18250)
+++ root/tests/metamer/trunk/application/src/main/webapp/templates/list.xhtml 2010-07-28
11:33:31 UTC (rev 18251)
@@ -27,7 +27,7 @@
<h:head>
<title><ui:insert name="pageTitle">Insert some page title
here</ui:insert></title>
<meta http-equiv="Content-Type" content="text/xhtml;
charset=UTF-8" />
- <h:outputStylesheet library="css" name="list.css" />
+ <h:outputStylesheet library="css" name="common.ecss"
/>
<ui:insert name="head"/>
</h:head>
Show replies by date