Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions textpattern/lib/txplib_db.php
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,7 @@ function db_down()
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<title>Database unavailable</title>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions textpattern/lib/txplib_misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -5041,6 +5041,7 @@ function txp_die($msg, $status = '503', $url = '')
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<title>Textpattern Error: <txp:error_status /></title>
</head>
<body>
Expand Down