http://codereview.appspot.com/28158/diff/1011/2016
File
java/gadgets/src/main/java/org/apache/shindig/gadgets/templates/FlashTagHandler.java
(right):

http://codereview.appspot.com/28158/diff/1011/2016#newcode184
Line 184: attr.getNodeValue()));
no need to pass attr.getNodeValue() as a default (in fact harmful).
Non-EL values will get returned as the original value.

http://codereview.appspot.com/28158

Reply via email to