Fix warning message appearing where it shouldn't

93935e9e9c7ead701aaccb0e01af200eef4ab134

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +15 -13Ignore whitespace
public/index.html+15 -13
@@ -2485,19 +2485,21 @@
24852485 </div>
24862486 </div>
24872487 </div>
24882488 <div id="ReverseProxyWarningMessage" class="reverse_proxy_warning" data-source="openai,claude,mistralai,makersuite">
2489- <b>
2489+ <div class="reverse_proxy_warning">
2490- <div data-i18n="Using a proxy that you're not running yourself is a risk to your data privacy.">
2490+ <b>
24912491 <div data-i18n="Using a proxy that you're not running yourself is a risk to your data privacy.">
2492- </div>
2492+ Using a proxy that you're not running yourself is a risk to your data privacy.
2493- <div data-i18n="ANY support requests will be REFUSED if you are using a proxy.">
2493+ </div>
24942494 <div data-i18n="ANY support requests will be REFUSED if you are using a proxy.">
2495- </div>
2495+ ANY support requests will be REFUSED if you are using a proxy.
2496- <hr>
2496+ </div>
2497- <i data-i18n="Do not proceed if you do not agree to this!">
2497+ <hr>
24982498 <i data-i18n="Do not proceed if you do not agree to this!">
2499- </i>
2499+ Do not proceed if you do not agree to this!
25002500 </bi>
2501+ </b>
2502+ </div>
25012503 </div>
25022504 <form id="openai_form" data-source="openai" action="javascript:void(null);" method="post" enctype="multipart/form-data">
25032505 <h4><span data-i18n="OpenAI API key">OpenAI API key</span></h4>