Found a small bug in help.php Found a small bug in help.php
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Found a small bug in help.php

Started by JoelFan, November 29, 2010, 07:40:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JoelFan

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.

ΑndrĂ©


JoelFan

Sorry, I hadn't noticed that. Marked resolved.