diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md
index 1e45cae0ee..f4375fb5f6 100644
--- a/src/site/markdown/overview/changelog.md
+++ b/src/site/markdown/overview/changelog.md
@@ -29,6 +29,7 @@
* [#77](https://github.com/pmd/pmd/pull/77): Fix various typos
* [#78](https://github.com/pmd/pmd/pull/78): Add Builder pattern check to the MissingStaticMethodInNonInstantiatableClass rule
* [#79](https://github.com/pmd/pmd/pull/79): do not flag public static void main(String[]) as UseVarargs; ignore @Override for UseVarargs
+* [#80](https://github.com/pmd/pmd/pull/80): Update mvn-plugin.md
**Bugfixes:**
diff --git a/src/site/markdown/usage/mvn-plugin.md b/src/site/markdown/usage/mvn-plugin.md
index f7e7aaf5cc..4fd72891b7 100644
--- a/src/site/markdown/usage/mvn-plugin.md
+++ b/src/site/markdown/usage/mvn-plugin.md
@@ -78,7 +78,7 @@ the report to html source files, and the file encoding:
org.apache.maven.plugins
maven-pmd-plugin
- true
+ true
ISO-8859-1
30
1.4