Debugging title underline.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-03-26 06:55:48 -05:00
parent cd47d22480
commit b4f2564f67
1 changed files with 2 additions and 2 deletions

View File

@ -650,7 +650,7 @@ Markdeep >> tail: anObject [
{ #category : #accessing }
Markdeep >> title [
^ title ifNil: [ title := self metadata at: 'title' ifAbsent: [ '' ] ]
^ title
]
{ #category : #accessing }