diff --git a/app/view/pages/teamtable/edit/index.php b/app/view/pages/teamtable/edit/index.php
index 3f90999..e5f492a 100644
--- a/app/view/pages/teamtable/edit/index.php
+++ b/app/view/pages/teamtable/edit/index.php
@@ -14,6 +14,10 @@
$value)
+ {
+ $row[$key] = htmlspecialchars($row[$key]);
+ }
echo '
';
echo "{$row['LagNavn']} | ";
echo "{$row['Bedrift']} | ";
diff --git a/app/view/pages/teamtable/index.php b/app/view/pages/teamtable/index.php
index e1af4d8..a524026 100644
--- a/app/view/pages/teamtable/index.php
+++ b/app/view/pages/teamtable/index.php
@@ -13,6 +13,10 @@
$value)
+ {
+ $row[$key] = htmlspecialchars($row[$key]);
+ }
echo '';
echo "{$row['LagNavn']} | ";
echo "{$row['Bedrift']} | ";