mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Checked in patch from bug 332828.
This commit is contained in:
parent
e5d3de27e5
commit
52db548df9
@ -111,7 +111,7 @@ Next Page »
|
||||
|
||||
{section name=r loop=$results}
|
||||
<div class="item">
|
||||
<div class="rating" title="4.67 Stars out of 5">Rating: {$results[r]->Rating}</div>
|
||||
<div class="rating" title="{$results[r]->Rating} out of 5">Rating: {$results[r]->Rating}</div>
|
||||
<h2 class="first"><a href="{$config.webpath}/{$app}/{$results[r]->ID}/">{$results[r]->Name} {$results[r]->Version}</a></h2>
|
||||
|
||||
{if $results[r]->PreviewURI}
|
||||
|
Loading…
Reference in New Issue
Block a user