Add a space to align PDF/EPUB/MOBI anchors - 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 855b00269042fd152d2088d35b10c1b95b9a738b
 (DIR) parent 08adefb78f0051d01c83b38040149e65dcc539a5
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Sun, 16 Dec 2018 17:26:11 
       
       Add a space to align PDF/EPUB/MOBI anchors
       
       Diffstat:
        ilmanifesto/article.cgi |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r 08adefb78f00 -r 855b00269042 ilmanifesto/article.cgi
       --- a/ilmanifesto/article.cgi   Sun Dec 16 15:05:24 2018 +0100
       +++ b/ilmanifesto/article.cgi   Sun Dec 16 17:26:11 2018 +0100
       @@ -27,7 +27,7 @@
               /class="readoffline-shortcode"/ {
                       match($0, /class="pdf" rel="nofollow" href="[^"]+"/)
                       printf("<pre>")
       -               printf("PDF: &lt;%s&gt;\n", substr($0, RSTART + 33, RLENGTH - 34))
       +               printf("PDF:  &lt;%s&gt;\n", substr($0, RSTART + 33, RLENGTH - 34))
                       match($0, /class="epub" rel="nofollow" href="[^"]+"/)
                       printf("EPUB: &lt;%s&gt;\n", substr($0, RSTART + 34, RLENGTH - 35))
                       match($0, /class="mobi" rel="nofollow" href="[^"]+"/)