Tags: Temporary fix to UTF-8 tagged nodes.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2015-09-26 16:45:08 +00:00
parent d254442c4f
commit cefd91de06

View File

@ -568,7 +568,7 @@ GrafoscopioBrowser >> bodyForCodeIn: constructor for: aNode [
| innerBrowser | | innerBrowser |
aNode tags = 'código' aNode tags = 'código' | aNode tags = 'code'
ifFalse: [^self]. ifFalse: [^self].
innerBrowser := GTPlayground new. innerBrowser := GTPlayground new.
@ -821,7 +821,7 @@ GrafoscopioBrowser >> configureInitialTags [
tagsAvailable := OrderedCollection new. tagsAvailable := OrderedCollection new.
tagsAvailable tagsAvailable
add: 'código'; add: 'code';
add: 'ejercicio'; add: 'ejercicio';
add: 'invisible'; add: 'invisible';
add: 'obra'; add: 'obra';