Browse Source

Block updates

Rousnay 1 year ago
parent
commit
76cdea2992
1 changed files with 1 additions and 1 deletions
  1. 1 1
      template-parts/blocks/faculty-member/block-faculty-member.php

+ 1 - 1
template-parts/blocks/faculty-member/block-faculty-member.php

@@ -29,7 +29,7 @@ if (!empty($login_id)) {
     foreach ($data[0]  as $key => $value) {
     foreach ($data[0]  as $key => $value) {
         echo "<li> <strong>" . $key . " </strong>: " . $value . "</li>\n";
         echo "<li> <strong>" . $key . " </strong>: " . $value . "</li>\n";
     }
     }
-    echo '</ul><p>' . $id . '</p></div>';
+    echo '</ul><p>' . $id . '</p> </div>';
 } else {
 } else {
     echo 'Please insert Login ID of the faculty member</ul></div>';
     echo 'Please insert Login ID of the faculty member</ul></div>';
 }
 }