mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +00:00
syntax fix
This commit is contained in:
parent
34db34d830
commit
b84a9073c2
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2010-2024, the Friendica project
|
* Copyright (C) 2010-2024, the Friendica project
|
||||||
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||||
|
@ -11,8 +10,7 @@
|
||||||
* This template is used e.g for bs modals. So outputs
|
* This template is used e.g for bs modals. So outputs
|
||||||
* only the pure content
|
* only the pure content
|
||||||
*/
|
*/
|
||||||
|
?>
|
||||||
*>
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">
|
<html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Reference in a new issue