Removing the closing tag that matches nothing

This commit is contained in:
Carsten Grohmann 2018-11-08 18:24:45 +01:00
parent 9b2efcf69e
commit 01a311f1f4

View File

@ -117,6 +117,9 @@ function goBack() {
JavaScript script without transferring your data to foreign servers. JavaScript script without transferring your data to foreign servers.
</p> </p>
<p>
<div class="terminal notify_box js-text--display-none" id="notify_box"></div>
<div id="input"> <div id="input">
<h2>Step 1 - Enter your OOM message</h2> <h2>Step 1 - Enter your OOM message</h2>
<textarea id="textarea_oom" cols="100" rows="20" autocomplete="off" title="OOM input field">Add your OOMhere</textarea> <textarea id="textarea_oom" cols="100" rows="20" autocomplete="off" title="OOM input field">Add your OOMhere</textarea>
@ -126,10 +129,6 @@ function goBack() {
<button onclick="OOMAnalyser.OOMDisplayInstance.copy_example_to_form()" title="Copy an example OOM into the input area">Insert example</button> <button onclick="OOMAnalyser.OOMDisplayInstance.copy_example_to_form()" title="Copy an example OOM into the input area">Insert example</button>
</div> </div>
<p>
<div class="terminal notify_box js-text--display-none" id="notify_box"></div>
</p>
<div id="analysis"> <div id="analysis">
<h2>Step 2 - Results</h2> <h2>Step 2 - Results</h2>