From bdb65fa37ea2de0e3b4bdf99315dc8095b63dfa8 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 8 Jan 2018 03:41:30 +0000 Subject: [PATCH] etc/dbq/pub.php --- etc/dbq/pub.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/etc/dbq/pub.php b/etc/dbq/pub.php index 16f7e092..22c2d54b 100644 --- a/etc/dbq/pub.php +++ b/etc/dbq/pub.php @@ -1,8 +1,14 @@ $nohtml ? null : function(&$r,&$t) { Maps::html($r); }, + 'row_parse_post' => !$html ? null : function(&$r,&$t) { Maps::html($r); }, ]; ?> -- 2.47.3