nomnalize TGWebUI grammar string HTML nest

76d48bf8f84e2f4c17f96a0cadbf448bae3e9dec

RossAscends <rossascendshamma@gmail.com>

1 files changed, +2 -4Showing whitespace changes
public/index.html+2 -4
@@ -1685,15 +1685,13 @@
1685 <div id="grammar_block_ooba" data-tg-type="ooba,aphrodite,tabby" class="wide100p">1685 <div id="grammar_block_ooba" data-tg-type="ooba,aphrodite,tabby" class="wide100p">
1686 <hr class="wide100p">1686 <hr class="wide100p">
1687 <h4 class="wide100p textAlignCenter">1687 <h4 class="wide100p textAlignCenter">
1688 <label>1688 <div class="flex-container justifyCenter alignitemscenter">
1689 <span data-i18n="Grammar String">Grammar String</span>1689 <span data-i18n="Grammar String">Grammar String</span>
1690 <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>1690 <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>
1691 <a href="https://github.com/ggerganov/llama.cpp/blob/master/grammars/README.md" target="_blank">1691 <a href="https://github.com/ggerganov/llama.cpp/blob/master/grammars/README.md" target="_blank">
1692 <small>
1693 <div class="fa-solid fa-up-right-from-square note-link-span"></div>1692 <div class="fa-solid fa-up-right-from-square note-link-span"></div>
1694 </small>
1695 </a>1693 </a>
1696 </label>1694 </div>
1697 </h4>1695 </h4>
1698 <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>1696 <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>
1699 </div>1697 </div>