chiark / gitweb /
The official `plain text' language is `txt'.
[odin-cgi] / lib / Odin.pm
index e7786f56d6462c1c2ba91336d5bfea3f6845c4cc..52c7ddef4e59ac4fa73116c10f9c118387b91292 100644 (file)
@@ -309,7 +309,7 @@ sub delete_shorturl (@) {
 
 our %PASTEBIN_DEFAULTS = (
   title => "(untitled)",
-  lang => "plain-text",
+  lang => "txt",
   content => ""
 );
 our @PASTEBIN_PROPS = keys %PASTEBIN_DEFAULTS;