rename to txt

master
Joey Hess 2008-06-24 20:33:41 -04:00
parent 3f6d3f3be8
commit 532d4b0d5f
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/perl
# Plaintext as a wiki page type - links WikiLinks and URIs.
# .txt as a wiki page type - links WikiLinks and URIs.
#
# Copyright (C) 2008 Gabriel McManus <gmcmanus@gmail.com>
# Licensed under the GNU General Public License, version 2 or later
package IkiWiki::Plugin::plaintext;
package IkiWiki::Plugin::txt;
use warnings;
use strict;