Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Marina.package/MRPage.class/instance/htmlContents.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ htmlContents
^ String
streamContents: [ :stream |
| config writer |
config := PRExportConfiguration new.
config := PRCocoonConfiguration new.
config internalLinksAreAllAnchors: false.
config stopNumberingAtHeadingLevel: 0.
writer := PRHTMLWriter on: stream.
Expand Down
2 changes: 1 addition & 1 deletion Marina.package/MRPage.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"contents:" : "DamienCassou 4/11/2014 15:46",
"defaultAuthor" : "DamienCassou 4/15/2014 17:58",
"defaultTemplate" : "NicolasPetton 4/10/2014 16:31",
"htmlContents" : "NicolasPetton 4/21/2014 13:34",
"htmlContents" : "YuriyTymchuk 4/24/2015 17:29",
"htmlContentsWithTemplate" : "DamienCassou 4/14/2014 16:06",
"initialize" : "DamienCassou 4/11/2014 15:47",
"isPage" : "NicolasPetton 2/19/2014 14:42",
Expand Down
2 changes: 1 addition & 1 deletion Marina.package/MRRoot.class/methodProperties.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"default" : "NicolasPetton 4/10/2014 12:46",
"default" : "YuriyTymchuk 4/24/2015 17:22",
"defaultName" : "NicolasPetton 2/19/2014 14:29",
"defaultTemplate" : "DamienCassou 4/15/2014 11:27",
"isVoyageRoot" : "NicolasPetton 2/19/2014 14:27",
Expand Down
Loading