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 f4e7004 commit b869232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/stylesheets/pg-chunk-common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div>
<h2><label for="q">Rechercher</label></h2>
<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","|","<->" ("suivi de" pour recherche de phrase)' onfocus="if( this.value=='rechercher' ) this.value='';" value="<?= strlen($_request['q'])>0 ? $_request['q'] : 'rechercher' ?>" accesskey="s" />
<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 b869232

Please sign in to comment.