mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #30351
[Bug 1496683] Re: Unescaped 'title' strings used in pieforms elements
** Also affects: mahara/15.10
Importance: Undecided
Status: New
** Also affects: mahara/15.10
Importance: Undecided
Status: Fix Released
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1496683
Title:
Unescaped 'title' strings used in pieforms elements
Status in Mahara:
Fix Committed
Status in Mahara 15.10 series:
Fix Released
Bug description:
Normally when an element's 'title' attribute is rendered (eg. into a
label) it is HTML-escaped. However, there are still a few places where
it isn't, so putting HTML in the label's language string can mess up
some pages. This should probably be escaped everywhere it's used (to
be consistent).
To complicate things, there's an optional 'labelescaped' attribute
that can be added to elements which (contrary to the name) means the
label *shouldn't* be escaped.
Affects latest master
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1496683/+subscriptions
References