summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ''