Date: Sun, 27 Aug 2017 17:46:25 +0000 (UTC) From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50743 - head/en_US.ISO8859-1/htdocs/cgi Message-ID: <201708271746.v7RHkP98072001@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wosch Date: Sun Aug 27 17:46:24 2017 New Revision: 50743 URL: https://svnweb.freebsd.org/changeset/doc/50743 Log: input query with HTML id Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 27 17:46:21 2017 (r50742) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 27 17:46:24 2017 (r50743) @@ -1721,7 +1721,7 @@ sub formquery { <form method="get" action="$BASE"> <!-- Manual Page or Keyword Search: --> <!-- --> -<input value="$query" name="query" size="36" autofocus /> +<input id="query" value="$query" name="query" size="36" autofocus /> <button type="submit" name="man" value="man">man</button> <button type="submit" name="apropos" value="1">apropos</button> <br class="second_row" />
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708271746.v7RHkP98072001>