From 58f7d5d85521568b80c1d1ba079d1f7e88164e80 Mon Sep 17 00:00:00 2001 From: master3395 Date: Mon, 19 Jan 2026 18:24:11 +0100 Subject: [PATCH] Fix AngularJS delimiters in modifyWebsite template for consistency --- .../templates/websiteFunctions/modifyWebsite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/modifyWebsite.html b/websiteFunctions/templates/websiteFunctions/modifyWebsite.html index b7ae3774f..7d05a50a6 100644 --- a/websiteFunctions/templates/websiteFunctions/modifyWebsite.html +++ b/websiteFunctions/templates/websiteFunctions/modifyWebsite.html @@ -480,10 +480,10 @@
-
{{selectedHomeDirectoryInfo.name}}
+
{$ selectedHomeDirectoryInfo.name $}
{$ selectedHomeDirectoryInfo.description || 'No description available' $}
- Available Space: {{selectedHomeDirectoryInfo.available_space | filesize}} | Users: {{selectedHomeDirectoryInfo.user_count}} + Available Space: {$ selectedHomeDirectoryInfo.available_space | filesize $} | Users: {$ selectedHomeDirectoryInfo.user_count $}