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