- Fix an SGML start tag. In SGML <foo></foo> should be used instead
of <foo /> because it has no EmptyElemTag (described in Sect 3.1, XML 1.0 Spec.). - Use &header2.word.search; for a word "Search". Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
This commit is contained in:
parent
1eab96ca4c
commit
113e6f805c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28741
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.1 2006/08/19 21:20:53 hrs Exp $ -->
|
||||
|
||||
<!-- FreeBSD HTML Header Entities -->
|
||||
<!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN" -->
|
||||
|
@ -90,7 +90,7 @@
|
|||
<input id="WORDS" name="words" type="text" size="20"
|
||||
maxlength="255"
|
||||
onfocus="if( this.value==this.defaultValue ) this.value='';"
|
||||
value="Search" />
|
||||
value="&header2.word.search;" />
|
||||
<input id="SUBMIT" name="submit" type="submit" value="&header2.word.search;" />
|
||||
'>
|
||||
]]>
|
||||
|
@ -100,7 +100,7 @@
|
|||
<input id="WORDS" name="words" type="text" size="20"
|
||||
maxlength="255"
|
||||
onfocus="if( this.value==this.defaultValue ) this.value='';"
|
||||
value="Search" />
|
||||
value="&header2.word.search;">
|
||||
<input id="SUBMIT" name="submit" type="submit" value="&header2.word.search;">
|
||||
'>
|
||||
|
||||
|
|
Loading…
Reference in a new issue