diff --git a/Web/Presenters/templates/Videos/View.xml b/Web/Presenters/templates/Videos/View.xml
index 3a080d5a..acbf73ab 100644
--- a/Web/Presenters/templates/Videos/View.xml
+++ b/Web/Presenters/templates/Videos/View.xml
@@ -1,62 +1,62 @@
-{extends "../@layout.xml"}
-
-{block title}Видеозапись{/block}
-
-{block header}
- {$user->getCanonicalName()}
- »
- {_"videos"}
- »
- {_"video"}
-{/block}
-
-{block content}
-
- {if $video->getType() === 0}
-
- {else}
- {var driver = $video->getVideoDriver()}
- {if !$driver}
- Эта видеозапись не поддерживается в вашей версии OpenVK.
- {else}
- {$driver->getEmbed()|noescape}
- {/if}
- {/if}
-
-
-
-
-
-
- {include "../components/comments.xml",
- comments => $comments,
- count => $cCount,
- page => $cPage,
- model => "videos",
- parent => $video}
-
-
-
-
{_"information"}
-
{_"video_name"}:
- {$video->getName()}
-
{_"video_description"}:
- {$video->getDescription() ?? "(отсутствует)"}
-
{_"video_uploaded_by"}:
-
{$user->getFullName()}
-
{_"video_upload_date"}:
- {$video->getPublicationTime()}
-
-
-
-
{_actions}
-
- {_edit}
+{extends "../@layout.xml"}
+
+{block title}Видеозапись{/block}
+
+{block header}
+ {$user->getCanonicalName()}
+ »
+
{_"videos"}
+ »
+ {_"video"}
+{/block}
+
+{block content}
+
+ {if $video->getType() === 0}
+
+ {else}
+ {var driver = $video->getVideoDriver()}
+ {if !$driver}
+ Эта видеозапись не поддерживается в вашей версии OpenVK.
+ {else}
+ {$driver->getEmbed()|noescape}
+ {/if}
+ {/if}
+
+
+
+
+
+
+ {include "../components/comments.xml",
+ comments => $comments,
+ count => $cCount,
+ page => $cPage,
+ model => "videos",
+ parent => $video}
+
+
+
+
{_"information"}
+
{_"video_name"}:
+ {$video->getName()}
+
{_"video_description"}:
+ {$video->getDescription() ?? "(отсутствует)"}
+
{_"video_uploaded_by"}:
+
{$user->getFullName()}
+
{_"video_upload_date"}:
+ {$video->getPublicationTime()}
+
+
+
-{/block}
+
+
+
+{/block}