diff --git a/templates/error.php b/templates/error.php index 62c2bd512bad2f3d245bfd0f15f432431ccd452a..9231c2b28230467e49c22d3b775776c0ccdb38ae 100644 --- a/templates/error.php +++ b/templates/error.php @@ -51,7 +51,7 @@ if (isset($this->data['errorReportAddress'])) { <form action="<?php echo htmlspecialchars($this->data['errorReportAddress']); ?>" method="post"> <p><?php echo $this->t('report_text'); ?></p> <p><?php echo $this->t('report_email'); ?> - <input type="text" size="25" name="email" value="<?php echo htmlspecialchars($this->data['email']); ?>" /> + <input type="email" size="25" name="email" value="<?php echo htmlspecialchars($this->data['email']); ?>" /> </p> <p> <textarea class="metadatabox" name="text" rows="6" style="width: 100%; padding: 0.5em;"><?php