Commit b1f06213 by rajshah Committed by Arjun Jhukal

fixed merge conflicts

parent 6b48262f
......@@ -39,7 +39,7 @@ if (!empty($case_study_content) && isset($case_study_content) && is_array($case_
?>
<h2 id="<?php echo esc_attr($case_study_content_title_id); ?>"><?php echo esc_html($case_study_content_title); ?></h2>
<?php endif;
if (!empty($case_study_content_desc)): echo $case_study_content_desc;
if (!empty($case_study_content_desc)): echo esc_html($case_study_content_desc);
endif; ?>
<?php endforeach; ?>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment