# HG changeset patch # User Matti Hamalainen # Date 1541430458 -7200 # Node ID d155cec91375985797ce92a6c71f05844758fb46 # Parent 04b6290382564d7b2f70e5318b6950bd68b80dcf urllog: Fixes to Twitter title matching. diff -r 04b629038256 -r d155cec91375 urllog.tcl --- a/urllog.tcl Fri Oct 26 15:42:28 2018 +0300 +++ b/urllog.tcl Mon Nov 05 17:07:38 2018 +0200 @@ -490,7 +490,7 @@ # Get the document title, if any set urlTitle "" - if {[regexp -nocase -- "" $udata umatches urlTitle]} { + if {[regexp -nocase -- "" $udata umatches urlTitle]} { # ... } elseif {[regexp -nocase -- "(.\*\?)" $udata umatches urlTitle]} { # ...