Comment 4 for bug 387897

Revision history for this message
Dan MacNeil (omacneil) wrote :

should be : ' (....)' not '(...)'

+ $name .= $$program{program_alias} ? "($$program{program_alias})" : q//;

to:

+ $name .= $$program{program_alias} ? " ($$program{program_alias})" : q//;

...this is (a) very minor and (b) present in existing agency search, but I will create merge conflict if I fix it.