diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2022-06-02 15:41:27 +0200 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2022-06-02 15:41:27 +0200 |
| commit | bb88c9420e4a0b7e9663bc7bda6741672f9e26de (patch) | |
| tree | 0586be2dda2ebbc393fe5678aa7a2e028912877c /lib/export | |
| parent | e064fe8762dbfe010a9f8a749589ab32fc921618 (diff) | |
set a name for nameless buttons, re #1135
Diffstat (limited to 'lib/export')
| -rw-r--r-- | lib/export/export_start.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/export/export_start.inc.php b/lib/export/export_start.inc.php index 4a2c35a..14f8da3 100644 --- a/lib/export/export_start.inc.php +++ b/lib/export/export_start.inc.php @@ -134,4 +134,4 @@ $export_pagecontent .= "<input type=\"hidden\" name=\"choose\" value=\"" . htmlR $export_pagecontent .= "<input type=\"hidden\" name=\"format\" value=\"" . htmlReady($format) . "\">"; $export_pagecontent .= "</fieldset>"; -$export_weiter_button = "<footer>" . Button::create(_('Weiter') . ' >>' ) . "</footer></form>"; +$export_weiter_button = "<footer>" . Button::create(_('Weiter') . ' >>', 'continue') . "</footer></form>"; |
