From: Barry A. W. <bw...@us...> - 2003-10-27 20:06:29
|
Update of /cvsroot/ht2html/ht2html In directory sc8-pr-cvs1:/tmp/cvs-serv5799 Modified Files: BAWGenerator.py Log Message: absolute url Index: BAWGenerator.py =================================================================== RCS file: /cvsroot/ht2html/ht2html/BAWGenerator.py,v retrieving revision 2.3 retrieving revision 2.4 diff -C2 -d -r2.3 -r2.4 *** BAWGenerator.py 27 Oct 2003 19:59:41 -0000 2.3 --- BAWGenerator.py 27 Oct 2003 20:03:01 -0000 2.4 *************** *** 91,94 **** def get_meta(self): meta = Skeleton.get_meta(self) ! favicon = '<link REL="shortcut icon" HREF="images/bassclef.png">' return meta + '\n' + favicon --- 91,94 ---- def get_meta(self): meta = Skeleton.get_meta(self) ! favicon = '<link REL="shortcut icon" HREF="/images/bassclef.png">' return meta + '\n' + favicon |