You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by al...@apache.org on 2007/05/23 13:11:38 UTC

svn commit: r540924 - /incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/parser/filter/HeaderSectionPageExpectedResult_14.html

Author: almaw
Date: Wed May 23 04:11:38 2007
New Revision: 540924

URL: http://svn.apache.org/viewvc?view=rev&rev=540924
Log:
Fix relative path in expected result.

Modified:
    incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/parser/filter/HeaderSectionPageExpectedResult_14.html

Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/parser/filter/HeaderSectionPageExpectedResult_14.html
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/parser/filter/HeaderSectionPageExpectedResult_14.html?view=diff&rev=540924&r1=540923&r2=540924
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/parser/filter/HeaderSectionPageExpectedResult_14.html (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/parser/filter/HeaderSectionPageExpectedResult_14.html Wed May 23 04:11:38 2007
@@ -1,9 +1,9 @@
 <html xmlns:wicket>
 <head>
-  <link href="feedback.css" type="text/css" rel="stylesheet"/>
+  <link href="../feedback.css" type="text/css" rel="stylesheet"/>
 
   <meta http-equiv="content-type" content="text/html;charset=UTF-8"></meta>
-  <link href="style.css" type="text/css" rel="stylesheet"></link>
+  <link href="../style.css" type="text/css" rel="stylesheet"></link>
 </head>
 <body>
   <h3> Do a view source on this page and you should see a double &lt;head&gt;</h3>