extra end tag in Project vii theme.php extra end tag in Project vii theme.php
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

extra end tag in Project vii theme.php

Started by Tranz, September 19, 2004, 11:50:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tranz

There's an extra </a> tag in theme.php that is messing up the Last Uploads button in Project vii.

<a href="{LASTUP_TGT}" title="{LASTUP_LNK}"</a>>{LASTUP_LNK}</a>

should be
<a href="{LASTUP_TGT}" title="{LASTUP_LNK}">{LASTUP_LNK}</a>


Casper

It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Tranz

I would but I don't think I have write access with CVS. :)

Casper

Ok, I'll do it.

Gaugau will sort out your cvs write priviledges,  ;)

Edit, fixed and committed.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Tranz


Joachim Müller

@TranzNDance: please PM me your unix user name on sf.net to add write permissions for you.

Joachim