diff --git a/view/biodata.php b/view/biodata.php
index 5357e463ee71ecf34d98bd7e4469cf5173ce48a8..b18743ae18b17210043ca96f296d2438548d48bd 100644
--- a/view/biodata.php
+++ b/view/biodata.php
@@ -48,7 +48,10 @@
     <tr>
         <td><img class="icon" src="assets/image/address.png" ></td>
         <td class="data_type">Address </td>
-        <td><?php echo $data["address"] ?></textarea></td>
+        <td><?php
+        $text = str_replace(">", "&gt;", str_replace("<", "&lt;", $data["address"]));
+        echo $text;
+        ?></textarea></td>
     </tr>
     <tr>
         <td><img class="icon" src="assets/image/phone.png"> </td>