forum.coppermine-gallery.net

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.

Code: [Select]
<a href="{LASTUP_TGT}" title="{LASTUP_LNK}"</a>>{LASTUP_LNK}</a>
should be
Code: [Select]
<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