Update of /cvsroot/php-blog/jBlog
In directory sc8-pr-cvs1:/tmp/cvs-serv18923
Modified Files:
comment.php
Log Message:
Fix comment stylesheet path
Index: comment.php
===================================================================
RCS file: /cvsroot/php-blog/jBlog/comment.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- comment.php 5 Mar 2003 21:09:39 -0000 1.4
+++ comment.php 6 Mar 2003 17:07:15 -0000 1.5
@@ -63,7 +63,7 @@
<html>
<head>
<title>Comments</title>
-<link rel="stylesheet" type="text/css" href="<?=$jBlog['jBlogHTTPPath'] . '/'?>jBlog.css.php?mode=comments">
+<link rel="stylesheet" type="text/css" href="<?=$jBlog['jBlogHTTPPath']?>jBlog.css.php?mode=comments">
</head>
<body>
<?php
|