PDA

View Full Version : Getting rid of the number between parantheses


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.

nickmattern
12-02-2009, 05:47 AM
Let me look when I get in the office this AM, I'm sure there's something we can do, but nothing that's currently editable.