From: Andrew Dolgov Date: Sun, 18 Jan 2009 10:17:17 +0000 (+0100) Subject: pref-labels: disable table caption X-Git-Tag: 1.3.0~84 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4d23f96e95c83473c0960e1e85c9e4d3159d503b;p=tt-rss.git pref-labels: disable table caption --- 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 "";