Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2017 17:46:40 +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: r50749 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201708271746.v7RHkeUc072267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wosch
Date: Sun Aug 27 17:46:40 2017
New Revision: 50749
URL: https://svnweb.freebsd.org/changeset/doc/50749

Log:
  center the forms a little bit

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:37 2017	(r50748)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Aug 27 17:46:40 2017	(r50749)
@@ -1726,11 +1726,12 @@ sub formquery {
     print <<ETX;
 <form method="get" action="$BASE">
 <!-- Manual Page or Keyword Search: -->
-<!-- &nbsp; &nbsp; &nbsp; -->
+&nbsp;&nbsp;&nbsp;
 <input id="query" value="$query" name="query" size="36" $autofocus />
 <button type="submit" name="apropos" value="0">man</button>
 <button type="submit" name="apropos" value="1">apropos</button>
 <br class="second_row" />
+&nbsp;&nbsp;
 ETX
 
     print qq{<select name="sektion">\n};



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708271746.v7RHkeUc072267>