1
0

Clearer version indication.

This commit is contained in:
Alexander Harkness 2014-10-22 13:55:21 +01:00
parent 1cd45e770d
commit 7cda6f9346

View File

@ -33,7 +33,7 @@ function GetDefaultPage()
local AllPlugins = PM:GetAllPlugins()
for key,value in pairs(AllPlugins) do
if( value ~= nil and value ~= false ) then
Content = Content .. "<li>" .. key .. " V." .. value:GetVersion() .. "</li>"
Content = Content .. "<li>" .. key .. " (version " .. value:GetVersion() .. ")</li>"
end
end