...
This commit is contained in:
@@ -18,9 +18,6 @@ pub fn (s Sheet) wiki(args_ RowGetArgs) !string {
|
||||
mut sheet := s.filter(args)! // this will do the filtering and if needed make smaller
|
||||
|
||||
mut out := ''
|
||||
if args.title.len > 0 {
|
||||
out = '## ${args.title}\n\n'
|
||||
}
|
||||
if args.title != '' {
|
||||
out += args.title + '\n\n'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user