diff --git a/content/personal/2008/11/typography-enhancements.html b/content/personal/2008/11/typography-enhancements.html
index 3d683b5..7da4732 100644
--- a/content/personal/2008/11/typography-enhancements.html
+++ b/content/personal/2008/11/typography-enhancements.html
@@ -1,8 +1,7 @@
Added a couple of WordPress plugins tonight to make the text on this blog a little prettier and hopefully more readable. First up is wp-hyphenate by KINGdesk to apply hyphenation rules. Second is wp-typogrify, which applies PHP SmartyPants (originally by John Gruber) to make "curly quotes" and proper dashes.
-Update: I disabled wp-hyphenate as it was doing strange things to my html. In one case it was changing
+Update: I disabled wp-hyphenate as it was doing strange things to my html. In one case it was changing:
-<table class="top_headers">
into
-
-<table
-lass="top_headers">
\ No newline at end of file
+`