Skip to content

Commit

Permalink
Correction du HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Apr 5, 2019
1 parent 037d3a8 commit 9ab5076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgresql/stylesheets/pg-chunk-common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<form method="post" action="http://docs.postgresql.fr/search.php">
<div>
<h2><label for="q">Rechercher</label></h2>
<input type='hidden' id='v' name='v' value='905' />
<input id="q" name="q" type="text" size="16" maxlength="255" title='Vous pouvez utiliser les opérateurs suivants : "and", "&","not","!","or","|","<->" ("suivi de" pour recherche de phrase)' onfocus="if( this.value=='rechercher' ) this.value='';" value="<?= strlen($_request['q'])>0 ? $_request['q'] : 'rechercher' ?>" accesskey="s" />
<input type='hidden' id='v' name='v' value='904' />
<input id="q" name="q" type="text" size="16" maxlength="255" title='Vous pouvez utiliser les opérateurs suivants : and, not, or' onfocus="if( this.value=='rechercher' ) this.value='';" value="rechercher" accesskey="s" />
<input id="submit" name="submit" type="submit" value="Rechercher" />
</div>
</form>
Expand Down

0 comments on commit 9ab5076

Please sign in to comment.