Skip to content

Commit

Permalink
plugin:mail_smtp Make XML valid.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.habariproject.org/habari-extras/plugins/mail_smtp/trunk@4056 f4a90942-1786-4aa1-b092-57c31935ddc3
  • Loading branch information
mikelietz committed Nov 17, 2011
1 parent 88c3315 commit 1ffdad0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mail_smtp.plugin.xml
Original file line number Original file line Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<pluggable> <pluggable type="plugin">
<name>Mail SMTP</name> <name>Mail SMTP</name>
<url>http://www.benhutchins.com/</url> <url>http://www.benhutchins.com/</url>
<author>Benjamin Hutchins</author> <author url="http://www.benhutchins.com/">Benjamin Hutchins</author>
<authorurl>http://www.benhutchins.com/</authorurl>
<version>1.0</version> <version>1.0</version>
<description>Allows you to use an SMTP server to send mail through Habari.</description> <description>Allows you to use an SMTP server to send mail through Habari.</description>
<license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license> <license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>
<copyright>2010</copyright> <copyright>2010</copyright>
</pluggable> </pluggable>

0 comments on commit 1ffdad0

Please sign in to comment.