mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
dmvcframework-3.4.2-magnesium-rc1
This commit is contained in:
parent
fe5f7d4a72
commit
c2646a2e28
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 83 KiB |
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user