The official `plain text' language is `txt'.
[odin-cgi] / lib / Odin.pm
index e7786f5..52c7dde 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;