Skip to content

Commit 92892c2

Browse files
committed
Merge branch 'cleanup/error-page'
2 parents 609f423 + 7f8a21c commit 92892c2

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* None
4040

4141
[ MISC ]
42-
* None
42+
* PR #1776: Remove "Powered by..." from the error page (Jason A. Crome)
4343

4444
2.0.1 2025-10-22 18:13:37-04:00 America/New_York
4545

lib/Dancer2/Core/Error.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ sub default_error_page {
158158
title => $self->title,
159159
charset => $self->charset,
160160
content => $show_fullmsg ? $self->full_message : _html_encode($self->message) || 'Wooops, something went wrong',
161-
version => Dancer2->VERSION,
162161
uri_base => $uri_base,
163162
};
164163

@@ -176,9 +175,6 @@ sub default_error_page {
176175
<div id="content">
177176
[% content %]
178177
</div>
179-
<div id="footer">
180-
Powered by <a href="http://perldancer.org/">Dancer2</a> [% version %]
181-
</div>
182178
</body>
183179
</html>
184180
END_TEMPLATE

0 commit comments

Comments
 (0)