Quote
Originally posted by Charles Capps:
4 - I found one instance in new_reply, please let me know if you spot any others. Line numbers are helpful. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />
ubb_new_topic.cgi: line 502

<img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

Also...

ubb_pm.cgi, line 355

$breadcrumb = qq~<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile">$vars_wordlets{my_profile_header}</a> &#187;<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_pm;d=$in{d};t=$in{t}">$pm_topic_data{subject}</a> &#187; $vars_wordlets{pm_reply}~;

Should that not be:

$breadcrumb = qq~<b><a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=my_profile">$vars_wordlets{my_profile_header}</a> » <a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_pm;d=$in{d};t=$in{t}">$pm_topic_data{subject}</a> » $vars_wordlets{pm_reply}</b>~;

Since the text in the breadcrumb bar is supposed to be bold <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />