Mailing List Archive

Re: [8508] Double quotes inside double quotes isn't good.
On Mar 16, 2009, at 5:49 AM, slanning@bricolage.cc wrote:

> Double quotes inside double quotes isn't good.
> Not sure when this was put in place, so I didn't put it in Changes.pod
> There's still a problem with toggling some subelements, though!

Why not

escape_html( $lang->maketext('Toggle "[_1]"', $element->get_name ))

?

Best,

David
Re: [8508] Double quotes inside double quotes isn't good. [ In reply to ]
On Mon, 16 Mar 2009, David E. Wheeler wrote:
> On Mar 16, 2009, at 5:49 AM, slanning@bricolage.cc wrote:
>> Double quotes inside double quotes isn't good.
>> Not sure when this was put in place, so I didn't put it in Changes.pod
>> There's still a problem with toggling some subelements, though!
>
> Why not
>
> escape_html( $lang->maketext('Toggle "[_1]"', $element->get_name ))

Go for it!