Skip to content

Commit

Permalink
dmvcframework-3.4.2-magnesium-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed May 3, 2024
1 parent fe5f7d4 commit c2646a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Binary file modified docs/dmvcframework_logofacebook.pdn
Binary file not shown.
Binary file modified docs/dmvcframework_logofacebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions ideexpert/DMVC.Expert.CodeGen.Commands.pas
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ procedure TUnitProgramCommand.ExecuteInterface(
begin
Section
.AppendLine(' MVCFramework.View.Renderers.Mustache,')
.AppendLine(' SynMustache,');
.AppendLine(' mormot.core.mustache,');
end;
if Model.B[TConfigKey.program_service_container_generate] then
begin
Expand Down Expand Up @@ -1212,8 +1212,6 @@ procedure TUnitMustacheHelpersDeclarationCommand.ExecuteInterface(
.AppendLine
.AppendLine('interface')
.AppendLine
.AppendLine('uses')
.AppendLine(' SynMustache;')
.AppendLine
.AppendLine('type')
.AppendLine(' TMyMustacheHelpers = class sealed')
Expand Down

0 comments on commit c2646a2

Please sign in to comment.