From 5e087090d8fb25652492351426cff9745c451855 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 14 Feb 2005 04:39:17 +0000 Subject: [PATCH] No bad HTML when there's quotes in options. git-svn-id: https://develop.svn.wordpress.org/trunk@2322 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/options.php b/wp-admin/options.php index 50e0991940..090f698439 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -103,7 +103,7 @@ foreach ($options as $option) : echo " - + $option->option_description "; endforeach;