Index: block.html |
=================================================================== |
--- a/block.html |
+++ b/block.html |
@@ -74,7 +74,7 @@ |
<span class="i18n_add_filters_msg"></span> |
</div> |
-<textarea id="filters"></textarea> |
+<textarea id="filters" wrap="off"></textarea> |
Thomas Greiner
2014/09/30 10:37:00
This works but the "off" value doesn't appear to b
Sebastian Noack
2014/10/01 18:15:08
Well, it is in the standard: https://html.spec.wha
Wladimir Palant
2014/10/01 18:35:51
Either I am overlooking something or both pages on
Sebastian Noack
2014/10/29 12:17:05
No, I overlooked it, you both were right. I'm usin
|
<div id="buttons"> |
<button id="addButton" class="i18n_add"></button> |