summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-10-15 11:49:46 +0200
committerYorhel <git@yorhel.nl>2012-10-15 11:49:46 +0200
commitd9ae43c0b83254b80feb6303d181749f567aceb1 (patch)
tree6cc68c2c60bf8a312ae89e4cd1615a6d8dd08968
parentb32b8120a97bd69b588b671155f0500916269c55 (diff)
s/nopaste/pastebin/g
-rwxr-xr-xindex.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.cgi b/index.cgi
index 8098c03..fe4df00 100755
--- a/index.cgi
+++ b/index.cgi
@@ -231,7 +231,7 @@ sub htmlHeader {
my($self, @links) = @_;
html lang => 'en';
head;
- title 'Blicky.net nopaste';
+ title 'Blicky.net pastebin';
Link rel => 'stylesheet', type => 'text/css', href => '/style.css';
meta name => 'robots', content => 'noindex, nofollow', undef;
end;
@@ -252,7 +252,7 @@ sub htmlHeader {
end;
table;
Tr; td colspan => 2, class => 'header';
- h1 'Blicky.net nopaste';
+ h1 'Blicky.net pastebin';
end; end;
}