Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d7d74aaa

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID d7d74aaaba5a5228a0b7c843bb6c02bf1f887802
  • Vorgänger 4e27e828
  • Nachfolger 036fe04d

Quoting

Unterschiede anzeigen:

bin/mozilla/ir.pl
820 820
  # button for saving history
821 821
  if($form->{id} ne "") {
822 822
    print qq|
823
  	  <input type=button class=submit onclick=set_history_window(|
824
  	  . $form->{id} 
825
  	  . qq|); name=history id=history value=|
826
  	  . $locale->text('history') 
827
  	  . qq|>|;
823
  	  <input type="button" class="submit" onclick="set_history_window(|
824
  	  . Q($form->{id})
825
  	  . qq|);" name="history" id="history" value="|
826
  	  . $locale->text('history')
827
  	  . qq|">|;
828 828
  }
829 829
  # /button for saving history
830 830

  

Auch abrufbar als: Unified diff