Skip to content

Commit

Permalink
fix: remove colon escape in text property
Browse files Browse the repository at this point in the history
  • Loading branch information
good-praxis committed Sep 7, 2024
1 parent 3e67779 commit 70d442a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ impl Property {
.replace('\\', r#"\\"#)
.replace(',', r#"\,"#)
.replace(';', r#"\;"#)
.replace(':', r#"\:"#)
.replace('\n', r#"\N"#)
}

Expand Down

0 comments on commit 70d442a

Please sign in to comment.