mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
remove \t from subjects (#141)
This commit is contained in:
+2
-1
@@ -44,7 +44,8 @@ impl Cell {
|
||||
styles: Vec::new(),
|
||||
value: String::from(value.as_ref())
|
||||
.replace("\r", "")
|
||||
.replace("\n", ""),
|
||||
.replace("\n", "")
|
||||
.replace("\t", ""),
|
||||
shrinkable: false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user