Can not escaped the input value
I'm trying to a html escaped value into a input (submit).
- <div data-role="content" data-theme="a">
- <div role="main" class="ui-content">
- <form action="" method="post">
- <input type="submit" value="<s>aaa</s>">
- </form>
- </div>
- </div>
I think display a value: <s>aaa</s>
But displayed: aaa