<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- MonthCalendar_old.py	2008-01-31 12:30:24.000000000 -0800
+++ MonthCalendar.py	2008-01-31 12:07:32.000000000 -0800
@@ -391,7 +391,7 @@
                     query = {}
                     r, g, b, u = (255, 0, 0, 1)
                     daycontent = daypage.get_raw_body()
-                    header1_re = re.compile(r'^\s*=\s(.*)\s=$', re.MULTILINE) # re.UNICODE
+                    header1_re = re.compile(r'^\s*(=+\s.*\s=+)$', re.MULTILINE) # re.UNICODE
                     titletext = []
                     for match in header1_re.finditer(daycontent):
                         if match:
</pre></body></html>