Unignore the <div class="callout--tagged-event-promo"> closing </div> - gophercgis - Collection of gopher CGI/DCGI for geomyidae
 (HTM) hg clone https://bitbucket.org/iamleot/gophercgis
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) changeset c94afb13b1ca9c59235dffb84b10b180ae1595a9
 (DIR) parent 5efa4f69a17d04e862aac61e9839aead9ca5684c
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Tue, 21 Aug 2018 17:52:02 
       
       Unignore the <div class="callout--tagged-event-promo"> closing </div>
       
       Diffstat:
        technologyreview/article.cgi |  3 +--
        1 files changed, 1 insertions(+), 2 deletions(-)
       ---
       diff -r 5efa4f69a17d -r c94afb13b1ca technologyreview/article.cgi
       --- a/technologyreview/article.cgi      Tue Aug 21 17:34:13 2018 +0200
       +++ b/technologyreview/article.cgi      Tue Aug 21 17:52:02 2018 +0200
       @@ -13,7 +13,6 @@
                       ignore = 1
                       next
               }
       -
               /^\<\/div\>/ {
                       ignore = 0
                       next
       @@ -23,7 +22,7 @@
                       ignore = 1
                       next
               }
       -       /^\<\/div\>/ {
       +       /^              \<\/div\>/ {
                       ignore = 0
                       next
               }