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 |
|
| 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';
|
||||||
|
Loading…
Reference in New Issue
Block a user