Synchronizing local changes after getting "Detached..." warning at Iceberg. #1
@ -1,12 +0,0 @@
|
|||||||
utilities
|
|
||||||
abilitiesAsWikiTextFor: abilitiesSubset
|
|
||||||
|
|
||||||
| aStream |
|
|
||||||
aStream := '' writeStream.
|
|
||||||
abilitiesSubset do: [:abi|
|
|
||||||
aStream
|
|
||||||
nextPutAll: ' <li> ⬢'; cr;
|
|
||||||
nextPutAll: ' ';
|
|
||||||
nextPutAll: abi; cr;
|
|
||||||
nextPutAll: ' </li>'; cr ].
|
|
||||||
^ aStream contents
|
|
Loading…
Reference in New Issue
Block a user