I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 327f36d0 authored by str4d's avatar str4d
Browse files

Disable spellcheck on SusiDNS config editor

parent 8eeb9024
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<form method="POST" action="config"> <form method="POST" action="config">
<div id="config"> <div id="config">
<input type="hidden" name="serial" value="${cfg.serial}" > <input type="hidden" name="serial" value="${cfg.serial}" >
<textarea name="config" rows="10" cols="80">${cfg.config}</textarea> <textarea name="config" rows="10" cols="80" spellcheck="false">${cfg.config}</textarea>
</div> </div>
<div id="buttons"> <div id="buttons">
<input class="reload" type="submit" name="action" value="<%=intl._t("Reload")%>" > <input class="reload" type="submit" name="action" value="<%=intl._t("Reload")%>" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment