forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: JoelFan on November 29, 2010, 07:40:18 pm

Title: Found a small bug in help.php
Post by: JoelFan on November 29, 2010, 07:40:18 pm
Well not so much a "bug" I guess, but more of a typo / missing character.

In help.php (around line 191 in my editor) you see:

<link rel="stylesheet" href="css/coppermine.cs" type="text/css" />

And I believe it should be:

<link rel="stylesheet" href="css/coppermine.css" type="text/css" />

I don't think it causes any major issues other than occasionally you'll see "File not found" references to css/coppermine.cs in your server error logs.

I just edited help.php and added the missing s to make it correctly call the .css file instead of the mistaken .cs call.
Title: Re: Found a small bug in help.php
Post by: Αndré on November 29, 2010, 08:35:14 pm
Has already been fixed: http://forum.coppermine-gallery.net/index.php/topic,67216.0.html
Title: Re: Found a small bug in help.php
Post by: JoelFan on November 29, 2010, 08:53:42 pm
Sorry, I hadn't noticed that. Marked resolved.