Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: roco on March 12, 2010, 02:18:20 AM

Title: [RC3] Small error in the Proflile.template - The Curve Theme
Post by: roco on March 12, 2010, 02:18:20 AM
Hi :)

I found a small error in the Proflile.template.
In The 292 line is missing quotation marks

Yes, now:

<ul class="reset nolist>';


And it should be like this:

<ul class="reset nolist">';

I think it's a trifle, on the other hand say that "the devil is in the details".. ;)

Okay, If I find a more bugs that I will add info on this board.

Regards :)
roco

BTW. Thx for RC3 thats realy great job! and I see hard and good work in this relase :)

===
sorry [ php ] tag cut a'postrophe
should be like this:

<ul class="reset nolist">';

Title: Re: [RC3] Small error in the Proflile.template - The Curve Theme
Post by: Arantor on April 08, 2010, 07:54:18 AM
*nods*

And confirmed (here as well as RC3 public), the code sample given does result in the ' missing from the PHP block.
Title: Re: [RC3] Small error in the Proflile.template - The Curve Theme
Post by: ThorstenE on April 09, 2010, 12:51:45 PM
bug fixed with REV 8934
Title: Re: [RC3] Small error in the Proflile.template - The Curve Theme
Post by: Arantor on April 09, 2010, 01:18:02 PM
This bug is clearly present in r9824 as shown above and reproduced by me here yesterday.
Title: Re: [RC3] Small error in the Proflile.template - The Curve Theme
Post by: ThorstenE on April 09, 2010, 03:27:38 PM
Quote from: TE on April 09, 2010, 12:51:45 PM
bug fixed with REV 8934
sorry, damn typo .. REV 9834 ::)
Title: Re: [RC3] Small error in the Proflile.template - The Curve Theme
Post by: Arantor on April 09, 2010, 03:40:25 PM
Ah, awesome, thanks :)