According to the relevant section of the README, lines demarcated with $C are supposed to be wrapped in a div with class contact and each line is supposed to be separated by a line-break elements <br />. The wrapping is working as described, but it appears that no line-break elements are being added.
I think this is why the formatting of the Tax Credit Helpline contact details on pages like this one are not formatted as I would expect based on the source govspeak markup
Does anyone know whether this govspeak behaviour is intentional (and the docs are out-of-date) or is the behaviour incorrect?
Note that there looks as if there's specific code in place to add line-breaks for address containers (demarcated by $A).
According to the relevant section of the README, lines demarcated with
$Care supposed to be wrapped in adivwith classcontactand each line is supposed to be separated by a line-break elements<br />. The wrapping is working as described, but it appears that no line-break elements are being added.I think this is why the formatting of the Tax Credit Helpline contact details on pages like this one are not formatted as I would expect based on the source govspeak markup
Does anyone know whether this govspeak behaviour is intentional (and the docs are out-of-date) or is the behaviour incorrect?
Note that there looks as if there's specific code in place to add line-breaks for address containers (demarcated by
$A).