Skip to content
Snippets Groups Projects
  1. May 21, 2014
    • Jared Hancock's avatar
      Fix external image in an inline <a> element · 99e719d9
      Jared Hancock authored
      htmLawed stripped/discarded <div> tags nested inside inline tags such as
      <a>. The previous replacement engine would replace <img> tags with <div>
      tags and would cause the HTML to be corrupted by htmLawed.
      
      This patch uses <span> tags which have CSS rules to be displayed as
      inline-blocks. This should stay truer to the normal sizing and placement of
      the original <img> tag.
      99e719d9
    • Jared Hancock's avatar
      Make external image placeholder consistent · e4cad914
      Jared Hancock authored
      And use admin-defined site logo
      e4cad914
  2. May 20, 2014
  3. May 16, 2014
  4. May 15, 2014
  5. May 12, 2014
  6. May 09, 2014
  7. May 08, 2014
  8. May 07, 2014
Loading