Author: yurize
Date: Wed Jan 11 19:47:25 2012
New Revision: 1230205

URL: http://svn.apache.org/viewvc?rev=1230205&view=rev
Log:
Correct url to favicon on authentication page, by [email protected] 
https://reviews.apache.org/r/3438/

Modified:
    
incubator/wave/trunk/src/org/waveprotocol/box/server/gxp/AuthenticationPage.gxp

Modified: 
incubator/wave/trunk/src/org/waveprotocol/box/server/gxp/AuthenticationPage.gxp
URL: 
http://svn.apache.org/viewvc/incubator/wave/trunk/src/org/waveprotocol/box/server/gxp/AuthenticationPage.gxp?rev=1230205&r1=1230204&r2=1230205&view=diff
==============================================================================
--- 
incubator/wave/trunk/src/org/waveprotocol/box/server/gxp/AuthenticationPage.gxp 
(original)
+++ 
incubator/wave/trunk/src/org/waveprotocol/box/server/gxp/AuthenticationPage.gxp 
Wed Jan 11 19:47:25 2012
@@ -32,7 +32,7 @@
   <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <link type="text/css" rel="stylesheet" href="/static/auth.css" />
-  <link rel="shortcut icon" href="static/favicon.ico" />
+  <link rel="shortcut icon" href="/static/favicon.ico" />
   <title>Wave in a Box login</title>
   </head>
   <body onload="init()">


Reply via email to