[PythonReports-checkins] htdocs/api index.shtml,1.2,1.3
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2012-06-17 10:28:11
|
Update of /cvsroot/pythonreports/htdocs/api In directory vz-cvs-3.sog:/tmp/cvs-serv16240 Modified Files: index.shtml Log Message: change shortcut icon Index: index.shtml =================================================================== RCS file: /cvsroot/pythonreports/htdocs/api/index.shtml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.shtml 16 May 2012 12:42:14 -0000 1.2 --- index.shtml 17 Jun 2012 10:28:08 -0000 1.3 *************** *** 4,8 **** <title>PythonReports</title> <link rel="stylesheet" type="text/css" href="../style.css" > ! <link rel="shortcut icon" href="py.ico" > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > </head> --- 4,8 ---- <title>PythonReports</title> <link rel="stylesheet" type="text/css" href="../style.css" > ! <link rel="shortcut icon" href="../pythonreports.ico" > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > </head> |