Tags: Temporary fix to UTF-8 tagged nodes.
This commit is contained in:
parent
d254442c4f
commit
cefd91de06
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user