From 8ffa36532afebbd0538f5ec17deb0f51a4093b48 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 9 Dec 2016 17:01:50 +0000 Subject: [PATCH] dbq --- lib/php/page.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/php/page.php b/lib/php/page.php index a507719f..918f2320 100644 --- a/lib/php/page.php +++ b/lib/php/page.php @@ -184,9 +184,6 @@ class Page extends nb { * Function: tag * Return html code for a tag */ -# NB 06.12.16 public static function h1($content='',$attrs='') { return self::tag('h1',$content,$attrs); } -# NB 06.12.16 public static function div($content='',$attrs='') { return self::tag('div',$content,$attrs); } -# NB 06.12.16 public static function pp($content='',$attrs='') { return self::tag('p',$content,$attrs); } public static function tag($tag,$content='',$attrs='') { static $is_html = null; if ($is_html === null) $is_html = preg_match('/ml$/',self::content_type()) ? true : false; -- 2.47.3