How to get rid of extra No-Break-Spaces (should be easy to answer)

Y

YeahYouKnow

Guest
I looked at the HTML source and inside the "order_link" anchor tags are many extra nbsp's. Which PHP file and what line do I go to in order to remove these? I realize the purpose they were put in, but it makes the table columns wider than necessary.

 
Y

YeahYouKnow

Guest
Nevermind, I found it, and I like the results of taking this feature off. I commented out the following line in business_logic.php:

$spaces_to_add = $word_wrap_col-strlen($label_to_display);

 
Top