diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/form.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/form.cc b/src/form.cc index bf1f8e33..9b86fcb7 100644 --- a/src/form.cc +++ b/src/form.cc @@ -611,7 +611,6 @@ void Html_tag_open_isindex(DilloHtml *html, const char *tag, int tagsize) /* * The textarea tag - * (TODO: It doesn't support wrapping). */ void Html_tag_open_textarea(DilloHtml *html, const char *tag, int tagsize) { |