dmvcframework-3.4.2-magnesium-rc1

This commit is contained in:
Daniele Teti 2024-05-03 12:24:56 +02:00
parent fe5f7d4a72
commit c2646a2e28
3 changed files with 1 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 83 KiB

View File

@ -307,7 +307,7 @@ begin
begin begin
Section Section
.AppendLine(' MVCFramework.View.Renderers.Mustache,') .AppendLine(' MVCFramework.View.Renderers.Mustache,')
.AppendLine(' SynMustache,'); .AppendLine(' mormot.core.mustache,');
end; end;
if Model.B[TConfigKey.program_service_container_generate] then if Model.B[TConfigKey.program_service_container_generate] then
begin begin
@ -1212,8 +1212,6 @@ begin
.AppendLine .AppendLine
.AppendLine('interface') .AppendLine('interface')
.AppendLine .AppendLine
.AppendLine('uses')
.AppendLine(' SynMustache;')
.AppendLine .AppendLine
.AppendLine('type') .AppendLine('type')
.AppendLine(' TMyMustacheHelpers = class sealed') .AppendLine(' TMyMustacheHelpers = class sealed')