File tree 2 files changed +2
-3
lines changed
Bundle/FrameworkBundle/Resources/views/Form
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- id="<?php echo $ view ->escape ($ id ) ?> " name="<?php echo $ view ->escape ($ full_name ) ?> "
2
1
<?php if ($ disabled ): ?> disabled="disabled" <?php endif ?>
3
2
<?php foreach ($ choice_attr as $ k => $ v ): ?>
4
3
<?php if ($ v === true ): ?>
Original file line number Diff line number Diff line change @@ -612,8 +612,8 @@ public function testSingleChoiceAttributesWithMainAttributes()
612
612
[@class="bar&baz"]
613
613
[not(@required)]
614
614
[
615
- ./option[@value="&a"][@selected="selected"][.="[trans]Choice&A[/trans]"]
616
- /following-sibling::option[@value="&b"][not(@class)][not(@selected)][.="[trans]Choice&B[/trans]"]
615
+ ./option[@value="&a"][@selected="selected"][.="[trans]Choice&A[/trans]"][not(@id)][not(@name)]
616
+ /following-sibling::option[@value="&b"][not(@class)][not(@selected)][.="[trans]Choice&B[/trans]"][not(@id)][not(@name)]
617
617
]
618
618
[count(./option)=2]
619
619
'
You can’t perform that action at this time.
0 commit comments