aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2011-05-07 19:35:13 +0000
committerbnewbold <bnewbold@robocracy.org>2011-05-07 19:35:13 +0000
commit3bc528140298b4691e883b95405356a2c317f547 (patch)
tree290a8541e6b269c51e3b516739383ae4d2383326
parent647feb73a2c3cbcc30244a022da04f5be3aa3346 (diff)
downloadpiccast-3bc528140298b4691e883b95405356a2c317f547.tar.gz
piccast-3bc528140298b4691e883b95405356a2c317f547.zip
PG friendly error messages
-rw-r--r--piccast/templates/500.html2
-rw-r--r--www/500.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/piccast/templates/500.html b/piccast/templates/500.html
index 433e701..c9c6b23 100644
--- a/piccast/templates/500.html
+++ b/piccast/templates/500.html
@@ -4,7 +4,7 @@
</head>
<body>
<center>
-<h1>DidFuckUpInside!</h1>
+<h1>DidGoofUpInside!</h1>
Sorry about that...
</center>
</body>
diff --git a/www/500.html b/www/500.html
index 433e701..c9c6b23 100644
--- a/www/500.html
+++ b/www/500.html
@@ -4,7 +4,7 @@
</head>
<body>
<center>
-<h1>DidFuckUpInside!</h1>
+<h1>DidGoofUpInside!</h1>
Sorry about that...
</center>
</body>