This commit is contained in:
luke bonham 2014-06-02 10:28:42 +02:00
parent ac6e3cf942
commit 7acc7293fb
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function calendar:show(t_out, inc_offset)
then -- current month showing, today highlighted then -- current month showing, today highlighted
if today >= 10 if today >= 10
then then
init_t = calendar.cal .. ' | sed -r -e "s/(^| )(' init_t = calendar.cal .. ' | sed -r -e "s/_\\x08//g" | sed -r -e "s/(^| )('
end end
calendar.offset = 0 calendar.offset = 0