<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_blockquote" inherit_id="website.s_blockquote">
    <!-- Icon -->
    <xpath expr="//blockquote" position="attributes">
        <attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
    </xpath>
</template>

</odoo>
