mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[REF] *: BS5: migration
Automated change made by a lot of RegEx to change all think that is possible to automate. https://getbootstrap.com/docs/5.1/migration Task ID: 2766483 Part-of: odoo/design-themes#580
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<attribute name="style">background-image: none;</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//blockquote[1]" position="attributes">
|
||||
<attribute name="class" add="mx-auto" remove="mr-auto" separator=" "/>
|
||||
<attribute name="class" add="mx-auto" remove="me-auto" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="//p[1]" position="replace" mode="inner">
|
||||
Cosy and friendly, good atmosphere and super food. Especially the spiced fruit crumble.
|
||||
@@ -24,7 +24,7 @@
|
||||
<attribute name="style">background-image: none;</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//blockquote)[2]" position="attributes">
|
||||
<attribute name="class" add="mx-auto" remove="mr-auto" separator=" "/>
|
||||
<attribute name="class" add="mx-auto" remove="me-auto" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//p)[2]" position="replace" mode="inner">
|
||||
This place is perfect for groups or a casual date night.
|
||||
@@ -35,7 +35,7 @@
|
||||
<attribute name="style">background-image: none;</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//blockquote)[3]" position="attributes">
|
||||
<attribute name="class" add="mx-auto" remove="ml-auto" separator=" "/>
|
||||
<attribute name="class" add="mx-auto" remove="ms-auto" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//p)[3]" position="replace" mode="inner">
|
||||
A truly exquisite dining experience. I highly recommend the Mustard Sauce, out of this world.
|
||||
|
||||
Reference in New Issue
Block a user