We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1e42f commit 9032b85Copy full SHA for 9032b85
Sources/UnidocServer/Plugins/Unidoc.PluginMessageList.swift
@@ -30,7 +30,7 @@ extension Unidoc.PluginMessageList:HTML.OutputStreamable
30
@inlinable public
31
static func += (ol:inout HTML.ContentEncoder, self:Self)
32
{
33
- for message:Unidoc.PluginMessage in self.items
+ for message:Unidoc.PluginMessage in self.items.reversed()
34
35
ol[.li]
36
0 commit comments