From a518571a5a93d5c8af7bba7b730a6a5cca278ce5 Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Mon, 17 Jan 2022 13:06:11 +0500 Subject: [PATCH] Lint tests --- examples/next-forms/pages/no-js-form.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/next-forms/pages/no-js-form.js b/examples/next-forms/pages/no-js-form.js index d7691c4058022..8a5a8f6fb62d4 100644 --- a/examples/next-forms/pages/no-js-form.js +++ b/examples/next-forms/pages/no-js-form.js @@ -15,11 +15,11 @@ export default function Form() { Get started by looking at{' '} pages/no-js-from.js

- - {/*action: The action attribute defines where the data gets sent. Its value must be a valid relative or absolute URL. If this attribute isn't provided, the data will be sent to the URL of the page containing the form — the current page. + + {/*action: The action attribute defines where the data gets sent. Its value must be a valid relative or absolute URL. If this attribute isn't provided, the data will be sent to the URL of the page containing the form — the current page. method: The HTTP method to submit the form with. (case insensitive) s*/} - -
+ +