This fixes the status column in the holdings table for a record with multiple statuses - each status is now shown on its own line, instead of running together. (The CSS was updated so that there is a holding_status class (which is styled as a block) and then the individual status class, for example: <span class="holding_status waitingat">Waiting at X since Y.</span>.)
|