Bug 5199 - missing double-quote in HTML/NBMU/pagebar.html
: missing double-quote in HTML/NBMU/pagebar.html
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.0
: PC Linux (other)
: P2 normal (vote)
: ---
Assigned To: Squeezebox QA Team email alias
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-07-29 15:25 UTC by Real name
Modified: 2007-07-29 15:36 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Real name 2007-07-29 15:25:18 UTC
... in this line:

[% IF pagesnext %]<td><a class="linkbtn" href="[% path %]?[% otherparams %]&start=[% pagesnext %]>&gt&gt</a></td>[% END %]

correct:

[% IF pagesnext %]<td><a class="linkbtn" href="[% path %]?[% otherparams %]&start=[% pagesnext %]">&gt&gt</a></td>[% END %]

Thanks.
Comment 1 Real name 2007-07-29 15:30:41 UTC
Wow, it's been broken for 3+ years...
Comment 2 KDF 2007-07-29 15:36:16 UTC
fixed in trunk at change 12443 and 6.5.4 at change 12444.
no changelog entry as this is a fairly trivial typo
please reopen if there are any issues.

thanks.