From 4d23f96e95c83473c0960e1e85c9e4d3159d503b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 11:17:17 +0100 Subject: [PATCH] pref-labels: disable table caption --- modules/pref-labels.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/pref-labels.php b/modules/pref-labels.php index f0398578..797d2de3 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -160,11 +160,11 @@ ".__('None')." "; - print " +/* print "   - ".__('Caption')." + ".__('Caption')." - "; + "; */ $lnum = 0; @@ -179,7 +179,7 @@ $line["caption"] = htmlspecialchars($line["caption"]); - print ""; -- 2.39.2