FileBrowser.st
branchjv
changeset 16638 5c5862fafec7
parent 15843 1c2cf683dbd2
parent 16636 3f8a494418c6
child 16727 639ebd184cf4
--- a/FileBrowser.st	Mon May 30 06:50:40 2016 +0200
+++ b/FileBrowser.st	Tue May 31 06:46:17 2016 +0200
@@ -6720,8 +6720,8 @@
                         ifUnknown:[
                             |spec|
                             spec := IdentityDictionary new.       
-                            spec at:#open        put:#( $( $[ ${) .
-                            spec at:#close       put:#( $) $] $}).
+                            spec at:#open        put:'([{' "#( $( $[ ${)" .
+                            spec at:#close       put:')]}' "#( $) $] $})".
                             spec
                         ].