summaryrefslogtreecommitdiff
path: root/doc/bugs/slash_in_metadata_breaks_field__61____42___view.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-08 12:45:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-08 12:45:32 -0400
commit6b4fc5e985ed96e14ebc89e67b373dd66c857bc5 (patch)
treeae3df8f2b4f5bee6bc41b0b339e1277601044815 /doc/bugs/slash_in_metadata_breaks_field__61____42___view.mdwn
parentdc70490577892424bffe1f87b73a54adff6fb988 (diff)
view: Avoid using cute unicode homomorphs for '/' and '\' and instead use ugly escaping, as the unicode method doesn't work on non-unicode supporting systems.
Diffstat (limited to 'doc/bugs/slash_in_metadata_breaks_field__61____42___view.mdwn')
-rw-r--r--doc/bugs/slash_in_metadata_breaks_field__61____42___view.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/slash_in_metadata_breaks_field__61____42___view.mdwn b/doc/bugs/slash_in_metadata_breaks_field__61____42___view.mdwn
index f43b61623..e52e2e5f7 100644
--- a/doc/bugs/slash_in_metadata_breaks_field__61____42___view.mdwn
+++ b/doc/bugs/slash_in_metadata_breaks_field__61____42___view.mdwn
@@ -39,4 +39,4 @@ I was trying out the metadata extraction via libextractor and for the mimetype t
Apart from this git-annex is working very well for me. I mostly use it as an archive, distributing numerous copies on various hard drives and cloud providers and keeping track of what is where.Its an amazing tool for that.
-
+> [[done]] --[[Joey]]