FileBrowser.st
changeset 16636 3f8a494418c6
parent 15832 5fae97ee1a64
child 16638 5c5862fafec7
child 16726 d2f028e5a546
--- a/FileBrowser.st	Mon May 30 16:46:12 2016 +0200
+++ b/FileBrowser.st	Mon May 30 18:44:45 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
                         ].