Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix routines' lists of sources
  • Loading branch information
Mouq committed Jun 17, 2014
1 parent e0ec0eb commit 81ef317
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions html/css/style.css
Expand Up @@ -38,6 +38,9 @@ tr:nth-child(even) {
td {
padding: 0.4em;
}
td p {
margin: 0;
}

.pretty-box {
border: 0.2em solid;
Expand Down
4 changes: 2 additions & 2 deletions htmlify.p6
Expand Up @@ -465,8 +465,8 @@ sub write-index-files($dr) {

my &summary = {
pod-block("(From ", $_>>.origin.map({
pod-link(.name, .url),", "
}),")")
pod-link(.name, .url)
}).reduce({$^a,", ",$^b}),")")
}

write-main-index :$dr :kind<routine> :&summary;
Expand Down

0 comments on commit 81ef317

Please sign in to comment.