# HG changeset patch # User Matti Hamalainen # Date 1540557748 -10800 # Node ID 04b6290382564d7b2f70e5318b6950bd68b80dcf # Parent 6ea3977f44609d7284586da32d81e992be501b23 urllog: Fix the Twitter title parsing. diff -r 6ea3977f4460 -r 04b629038256 urllog.tcl --- a/urllog.tcl Fri Oct 26 09:38:33 2018 +0300 +++ b/urllog.tcl Fri Oct 26 15:42:28 2018 +0300 @@ -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]} { # ...