Skip to content

Commit

Permalink
Fix malformed end tags (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Dec 19, 2024
1 parent 4556756 commit b2c0504
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
<govuk-button formaction="@LinkGenerator.AlertAddDetailsCancel(Model.PersonId, Model.JourneyInstance!.InstanceId)" class="govuk-button--secondary" type="submit">Cancel and return to record</govuk-button>
</div>
</form>
</div
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
<govuk-button formaction="@LinkGenerator.AlertCloseCancel(Model.AlertId, Model.JourneyInstance!.InstanceId)" class="govuk-button--secondary" type="submit">Cancel and return to record</govuk-button>
</div>
</form>
</<div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
<govuk-button formaction="@LinkGenerator.AlertEditEndDateCancel(Model.AlertId, Model.JourneyInstance!.InstanceId)" class="govuk-button--secondary" type="submit">Cancel and return to record</govuk-button>
</div>
</form>
</<div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
<govuk-button formaction="@LinkGenerator.AlertEditStartDateCancel(Model.AlertId, Model.JourneyInstance!.InstanceId)" class="govuk-button--secondary" type="submit">Cancel and return to record</govuk-button>
</div>
</form>
</<div>
</div>
</div>

0 comments on commit b2c0504

Please sign in to comment.