On Sun, Mar 10, 2019 at 02:17:50AM +0100, Cyril Brulebois wrote: > 7. Changes related to image width/height attributes > =================================================== > > > --- stretch/webwml/english/partners/2018/index.en.html > +++ buster/webwml/english/partners/2018/index.en.html > > - <IMG SRC="./images/stackpath-logo-reversed.svg" alt="StackPath" > class="partnerlogo" width=height=> > + <IMG SRC="./images/stackpath-logo-reversed.svg" alt="StackPath" > class="partnerlogo"> > > --- stretch/webwml/english/partners/2019/index.en.html > +++ buster/webwml/english/partners/2019/index.en.html > > - <IMG SRC="./images/bytemark_logo.svg" alt="Bytemark" > class="partnerlogo" width=height=> > + <IMG SRC="./images/bytemark_logo.svg" alt="Bytemark" > class="partnerlogo"> > > - <IMG SRC="./images/stackpath-logo-reversed.svg" alt="StackPath" > class="partnerlogo" width=height=> > + <IMG SRC="./images/stackpath-logo-reversed.svg" alt="StackPath" > class="partnerlogo"> > > --- stretch/webwml/english/partners/index.en.html > +++ buster/webwml/english/partners/index.en.html > > - <IMG SRC="./images/bytemark_logo.svg" alt="Bytemark" > class="partnerlogo" width=height=> > + <IMG SRC="./images/bytemark_logo.svg" alt="Bytemark" > class="partnerlogo"> > > - <IMG SRC="./images/stackpath-logo-reversed.svg" alt="StackPath" > class="partnerlogo" width=height=> > + <IMG SRC="./images/stackpath-logo-reversed.svg" alt="StackPath" > class="partnerlogo"> > > For some reason, width/height were empty, and they seem to be stripped > now? Progress, maybe, except that might be hiding the root issue? > This change is from https://github.com/thewml/website-meta-language/pull/1
Cheers, Julien