diff -r d823e49e2e4e -r e72bf2c24875 includes/wikiengine/Tables.php --- a/includes/wikiengine/Tables.php Fri Feb 22 12:46:51 2008 -0500 +++ b/includes/wikiengine/Tables.php Thu Feb 28 12:33:01 2008 -0500 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.3 (Dyrad) + * Version 1.0.4 (Ellyyllon) * Copyright (C) 2006-2007 Dan Fuhry * * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License @@ -278,7 +278,7 @@ */ function encodeAttribute( $text ) { - // In Enano 1.0.3, added this cheapo hack to keep ampersands + // In Enano 1.0.4, added this cheapo hack to keep ampersands // from being double-sanitized. Thanks to markybob from #deluge. // htmlspecialchars() the "manual" way