<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,7 @@
     &lt;html&gt;
       &lt;head&gt;
         &lt;title&gt;Auction List&lt;/title&gt;
+        &lt;link rel=&quot;shortcut icon&quot; href=&quot;/favicon.ico&quot;/&gt;
         &lt;style&gt;
           .winner { color: green }
           .notwinner { color: red }</diff>
      <filename>auctionTransform.xsl</filename>
    </modified>
    <modified>
      <diff>@@ -300,7 +300,7 @@ public class JBidProxy extends HTTPProxyClient {
     StringBuffer sbOut;
 
     if(getCached) {
-      sbOut = new StringBuffer(&quot;&lt;HTML&gt;&lt;BODY&gt;&lt;B&gt;This is &lt;a href=\&quot;http://www.jbidwatcher.com\&quot;&gt;JBidwatcher&lt;/a&gt;'s cached copy.&lt;/B&gt;&lt;br&gt;&quot;);
+      sbOut = new StringBuffer(&quot;&lt;html&gt;&lt;head&gt;&lt;title&gt;&quot;).append(ae.getTitle()).append(&quot;&lt;link rel=\&quot;shortcut icon\&quot; href=\&quot;/favicon.ico\&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;b&gt;This is &lt;a href=\&quot;http://www.jbidwatcher.com\&quot;&gt;JBidwatcher&lt;/a&gt;'s cached copy.&lt;/b&gt;&lt;br&gt;&quot;);
       sbOut.append(&quot;Click here for the &lt;a href=\&quot;&quot;).append(ae.getServer().getBrowsableURLFromItem(ae.getIdentifier())).append(&quot;\&quot;&gt;current page&lt;/a&gt;.&lt;hr&gt;&quot;);
       sbOut.append(ae.getContent());
     } else {
@@ -313,7 +313,7 @@ public class JBidProxy extends HTTPProxyClient {
   private StringBuffer getAuctionHTMLFromServer(AuctionEntry ae) {
     StringBuffer sbOut;
     String relativeDocument;
-    sbOut = new StringBuffer(&quot;&lt;HTML&gt;&lt;BODY&gt;&lt;B&gt;JBidwatcher View&lt;/B&gt;&lt;br&gt;&quot;);
+    sbOut = new StringBuffer(&quot;&lt;html&gt;&lt;head&gt;&lt;title&gt;&quot;).append(ae.getTitle()).append(&quot;&lt;link rel=\&quot;shortcut icon\&quot; href=\&quot;/favicon.ico\&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;b&gt;JBidwatcher View&lt;/b&gt;&lt;br&gt;&quot;);
     sbOut.append(&quot;Click here for the &lt;a href=\&quot;&quot;).append(ae.getServer().getBrowsableURLFromItem(ae.getIdentifier())).append(&quot;\&quot;&gt;current page&lt;/a&gt;.&lt;br&gt;&quot;);
 
     if(_item_list != null &amp;&amp;</diff>
      <filename>src/com/jbidwatcher/webserver/JBidProxy.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7fb6e3d956c1deaa3e0912e0c80705e59ee06360</id>
    </parent>
  </parents>
  <author>
    <name>Morgan Schweers</name>
    <email>cyberfox@jbidwatcher.com</email>
  </author>
  <url>http://github.com/cyberfox/jbidwatcher/commit/3b563864d13bd0890b62a2fdabdb05839bcb3406</url>
  <id>3b563864d13bd0890b62a2fdabdb05839bcb3406</id>
  <committed-date>2008-10-22T12:03:20-07:00</committed-date>
  <authored-date>2008-10-22T12:03:20-07:00</authored-date>
  <message>Add a link into the header for most of the pages returned by JBidwatcher that includes a favicon pointer, so well-behaved browsers can also see the favicon.

[#497 state:resolved]


git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@658 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
  <tree>dfb9ff60130f60ecc8d8531fbe59bfccf81e4583</tree>
  <committer>
    <name>Morgan Schweers</name>
    <email>cyberfox@jbidwatcher.com</email>
  </committer>
</commit>
