Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Formatting Bug]: #777

Closed
Dialmyca opened this issue Sep 22, 2023 · 2 comments
Closed

[Formatting Bug]: #777

Dialmyca opened this issue Sep 22, 2023 · 2 comments
Assignees
Labels
bug Something isn't working Stale Stale label

Comments

@Dialmyca
Copy link

Platform

Windows

Template before formatting

</li>
                                            @endforeach
                                            @endif
                                                    </ul>
                                                    <span>{{$row5->header3}}</span>
                                                    <ul>
                                            @if(count($run5)>0)
                                            @foreach($run5 as $result3)
                                                <li>
                                                    <dd></dd>{{$result3->header3}}
                                                </li>
                                            @endforeach
                                            @endif
                                                    </ul>
                                                </div>
                                            </div>00
                                        </div>
                                    </div>

Template after formatting

</li>
                                            @endforeach
                                            @endif
                                                    </ul>
                                                    <span>{{$row5->header3}}</span>
                                                    <ul>
                                            @if(count($run5)>0)
                                            @foreach($run5 as $result3)
                                                <li>
                                                    <dd></dd>{{$result3->header3}}
                                                </li>
                                            @endforeach
                                            @endif
                                                    </ul>
                                                </div>
                                            </div>00
                                        </div>
                                    </div>

Expected Behaviour

No response

Relevant log output

No response

@Dialmyca Dialmyca added the bug Something isn't working label Sep 22, 2023
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale Stale label label Nov 22, 2023
@shufo shufo removed the Stale Stale label label Nov 22, 2023
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale Stale label label Jan 22, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale Stale label
Projects
None yet
Development

No branches or pull requests

2 participants