bosserik
12-02-2009, 05:43 AM
How do I get rid of the number generated by the plugin, just after the label element.
My ratings are show like this:
Rating: (4.0) ****
And I want to show them like this:
Rating: ****
The code that is generated shows the following:
<th>
<label>Rating:</label>
(
<span class="rating">4.0</span>
)
</th>
Because the parantheses are outside the span class rating, I cannot control visibility.
Hope you can help me.
E.
My ratings are show like this:
Rating: (4.0) ****
And I want to show them like this:
Rating: ****
The code that is generated shows the following:
<th>
<label>Rating:</label>
(
<span class="rating">4.0</span>
)
</th>
Because the parantheses are outside the span class rating, I cannot control visibility.
Hope you can help me.
E.