From 1a23efb59a64b2d64186938ec6092c97cd7547e8 Mon Sep 17 00:00:00 2001 From: Saketh1499 Date: Tue, 2 Mar 2021 11:46:14 +0530 Subject: Update certificate verify table --- pdf/verify_certificates.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdf/verify_certificates.inc b/pdf/verify_certificates.inc index 600c66b..95ad640 100755 --- a/pdf/verify_certificates.inc +++ b/pdf/verify_certificates.inc @@ -82,7 +82,7 @@ function verify_qrcode_fromdb($qr_code) $page_content .= "

Participation Details

"; $page_content .= ""; $page_content .= ""; - $page_content .= ""; + $page_content .= ""; $page_content .= ""; $page_content .= ""; $page_content .= ""; @@ -94,7 +94,7 @@ function verify_qrcode_fromdb($qr_code) $page_content .= "

Participation Details

Name" . $data3->contributor_name . "
ProjectR Case Study Project
DWSIM Custom Model Project
Custom Model completed" . $data3->project_title . "
Project Guide
"; $page_content .= ""; $page_content .= ""; - $page_content .= ""; + $page_content .= ""; $page_content .= ""; $page_content .= ""; $page_content .= "
Name" . $data3->contributor_name . "
ProjectR Case Study Project
DWSIM Custom Model Project
Custom Model completed" . $data3->project_title . "
"; -- cgit