summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-18 19:12:53 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-18 19:12:53 -0400
commit0dce659d6d484313f07a561275d44beb25bdd941 (patch)
tree5d490bfa84b7a69ea6e06a82092aaa961f5be735 /bin
parent029b581c993e77599265b31439dc3e4a1cd78cac (diff)
bin/html: Update author.
* bin/html (author): Add period (.) to the regex.
Diffstat (limited to 'bin')
-rw-r--r--bin/html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/html b/bin/html
index eaef839..80548b3 100644
--- a/bin/html
+++ b/bin/html
@@ -86,7 +86,7 @@ def title(c):
def author(c):
- m = re.search(r'<!-- author: ([\w ]+) -->', c)
+ m = re.search(r'<!-- author: ([\w\. ]+) -->', c)
if not m:
return ''