#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Sun, 23 Feb 2020 16:27:11 +0100
changeset 25288 d308ef18be52
parent 25287 f3f4fc1b38d4
child 25289 e0413497ca0a
#REFACTORING by exept class: Class changed: #fileOutXMLOn:withTimeStamp:withInitialize:withDefinition:methodFilter:
Class.st
--- a/Class.st	Sun Feb 23 16:18:16 2020 +0100
+++ b/Class.st	Sun Feb 23 16:27:11 2020 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	       All Rights Reserved
@@ -3364,7 +3362,7 @@
         ].
         (copyrightText first = '"') ifTrue:[
             (copyrightText last = '"') ifTrue:[
-                copyrightText := copyrightText copyFrom:2 to:(copyrightText size - 1).
+                copyrightText := copyrightText withoutQuotes.
             ]
         ].
         copyrightText := copyrightText asString.