diff --git a/Web/Presenters/templates/components/post/embeddedpost.xml b/Web/Presenters/templates/components/post/embeddedpost.xml index 5017d6b8..3007c216 100644 --- a/Web/Presenters/templates/components/post/embeddedpost.xml +++ b/Web/Presenters/templates/components/post/embeddedpost.xml @@ -1,7 +1,7 @@ {extends "../../@layout.xml"} {block title} - {_post} - OpenVK + {_post} {/block} {block header} diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index 7065388a..ab080460 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -3005,4 +3005,4 @@ const params = new URLSearchParams(window.location.search); if (params.has("w")) { let post_id = params.get("w").replace("wall", ""); getEmbeddedPost(post_id) -} \ No newline at end of file +}