Author: mgrigorov
Date: Tue Jul 20 19:11:52 2010
New Revision: 965964

URL: http://svn.apache.org/viewvc?rev=965964&view=rev
Log:
Fix a typo. No functional change!


Modified:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java

Modified: 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java?rev=965964&r1=965963&r2=965964&view=diff
==============================================================================
--- 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java 
(original)
+++ 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java 
Tue Jul 20 19:11:52 2010
@@ -296,7 +296,7 @@ public class WebPage extends Page implem
                                {
                                        // @TODO it is not yet working 
properly. JDo to fix it
                                        
log.error("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
-                                       log.error("You probably forgot to add a 
<body> or <header> tag to your markup since no Header Container was \n" +
+                                       log.error("You probably forgot to add a 
<body> or <head> tag to your markup since no Header Container was \n" +
                                                "found but components were 
found which want to write to the <head> section.\n" +
                                                response.getBuffer());
                                        
log.error("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");


Reply via email to