launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #03434
[Merge] lp:~deryck/launchpad/inline-multicheckbox-xss-741624 into lp:launchpad
Deryck Hodge has proposed merging lp:~deryck/launchpad/inline-multicheckbox-xss-741624 into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~deryck/launchpad/inline-multicheckbox-xss-741624/+merge/58984
This removes an unnecessary use of structure in the tal that initializes the InlineMultiCheckboxWidget.
--
https://code.launchpad.net/~deryck/launchpad/inline-multicheckbox-xss-741624/+merge/58984
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~deryck/launchpad/inline-multicheckbox-xss-741624 into lp:launchpad.
=== modified file 'lib/lp/app/templates/inline-multicheckbox-widget.pt'
--- lib/lp/app/templates/inline-multicheckbox-widget.pt 2011-04-11 04:45:38 +0000
+++ lib/lp/app/templates/inline-multicheckbox-widget.pt 2011-04-25 18:44:32 +0000
@@ -30,7 +30,7 @@
<div class="yui3-activator-message-box yui3-activator-hidden"/>
</span>
<script tal:condition="view/can_write"
- tal:content="structure string:
+ tal:content="string:
LPS.use('lp.app.multicheckbox', function(Y) {
if (Y.UA.ie) {
return;
Follow ups