nomnalize TGWebUI grammar string HTML nest

76d48bf8f84e2f4c17f96a0cadbf448bae3e9dec

RossAscends <rossascendshamma@gmail.com>

1 files changed, +3 -5Ignore whitespace
public/index.html+3 -5
@@ -1685,15 +1685,13 @@
16851685 <div id="grammar_block_ooba" data-tg-type="ooba,aphrodite,tabby" class="wide100p">
16861686 <hr class="wide100p">
16871687 <h4 class="wide100p textAlignCenter">
1688- <label>
1688+ <div class="flex-container justifyCenter alignitemscenter">
16891689 <span data-i18n="Grammar String">Grammar String</span>
16901690 <div class="margin5 fa-solid fa-circle-info opacity50p " data-i18n="[title]GBNF or EBNF, depends on the backend in use. If you're using this you should know which." title="GBNF or EBNF, depends on the backend in use. If you're using this you should know which."></div>
16911691 <a href="https://github.com/ggerganov/llama.cpp/blob/master/grammars/README.md" target="_blank">
1692- <small>
1692+ <div class="fa-solid fa-up-right-from-square note-link-span"></div>
1693- <div class="fa-solid fa-up-right-from-square note-link-span"></div>
1694- </small>
16951693 </a>
16961694 </labeldiv>
16971695 </h4>
16981696 <textarea id="grammar_string_textgenerationwebui" rows="4" class="text_pole textarea_compact monospace" data-i18n="[placeholder]Type in the desired custom grammar" placeholder="Type in the desired custom grammar"></textarea>
16991697 </div>