diff --git a/_layouts/license.html b/_layouts/license.html
index 774bc70..63c2588 100644
--- a/_layouts/license.html
+++ b/_layouts/license.html
@@ -4,7 +4,7 @@
-{{ content | replace:"<<","[" | replace:">>","]" }}
+{{ content }}
@@ -13,4 +13,4 @@
-{% include footer.html %}
\ No newline at end of file
+{% include footer.html %}
diff --git a/licenses/artistic.txt b/licenses/artistic.txt
index d91ecec..a2e9c8f 100644
--- a/licenses/artistic.txt
+++ b/licenses/artistic.txt
@@ -7,7 +7,7 @@ source: http://opensource.org/licenses/Artistic-2.0
description: A license that’s heavily favored by the Perl community.
-how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace <