AI Deep Chat submodule Toolbar Twig has too many divs
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3555816. -->
Reported by: [ronraney](https://www.drupal.org/user/3674214)
Related to !1155
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The AI Chatbot submodule has a faulty Twig file. It's adding one too many divs and causing rendering issues. The file is in ai_chatbot/templates. I have only investigated one of the templates: <code>ai-deepchat--toolbar.html.twig.</code></p>
<p>On Line 33, there is a closing div that doesn't match any opening div.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce (required for bugs, but not feature requests)</h4>
<p>Please provide information like AI modules enabled, which AI provider, browser, etc.</p>
<p>Open the template in an IDE and look at Line 33.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Remove the closing <code></div></code> </p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3>Optional: Other details as applicable (e.g., User interface changes, API changes, Data model changes)</h3>
issue