wordgraph_block.tpl
px missing - and closed them off anyway with ;
Find:
<span style="font-size: {wordgraph_loop.WORD_FONT_SIZE}"><a href="{wordgraph_loop.WORD_SEARCH_URL}" style="font-size: {wordgraph_loop.WORD_FONT_SIZE}px">{wordgraph_loop.WORD}</a></span>
Replace with:
<span style="font-size: {wordgraph_loop.WORD_FONT_SIZE}px;"><a href="{wordgraph_loop.WORD_SEARCH_URL}" style="font-size: {wordgraph_loop.WORD_FONT_SIZE}px;">{wordgraph_loop.WORD}</a></span>