Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jan 30, 2024
1 parent cbefa24 commit c424762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generateweb.art
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ loop packages [k,v][
]

processPackagePage: function [entry][
packageTitle: entry\info\name| ++ " | "
packageTitle: entry\info\name ++ " | "
postprocessHTML render.template read "website/package.html" entry\info\fullName
]

Expand Down

0 comments on commit c424762

Please sign in to comment.