coppermine-gallery.com/forum

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: Tranz on September 19, 2004, 11:50:54 PM

Title: extra end tag in Project vii theme.php
Post by: Tranz on September 19, 2004, 11:50:54 PM
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>

Title: Re: extra end tag in Project vii theme.php
Post by: Casper on September 20, 2004, 12:07:18 AM
Can you fix and commit  ;)
Title: Re: extra end tag in Project vii theme.php
Post by: Tranz on September 20, 2004, 12:08:31 AM
I would but I don't think I have write access with CVS. :)
Title: Re: extra end tag in Project vii theme.php
Post by: Casper on September 20, 2004, 12:21:32 AM
Ok, I'll do it.

Gaugau will sort out your cvs write priviledges,  ;)

Edit, fixed and committed.
Title: Re: extra end tag in Project vii theme.php
Post by: Tranz on September 20, 2004, 12:24:39 AM
Thank you, Casper. :)
Title: Re: extra end tag in Project vii theme.php
Post by: Joachim Müller on September 20, 2004, 08:19:31 AM
@TranzNDance: please PM me your unix user name on sf.net to add write permissions for you.

Joachim