[web-doc] master: fixed error
[email protected] (Nilgün Belma Bugüner) Fri, 14 Jan 2022 02:17:08 +0000
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Author: Nilgün Belma Bugüner (nilgun)
Date: 2022-01-14T05:16:55+03:00
Commit: https://github.com/php/web-doc/commit/31b469005b0ce8df6b8f141f94e36a0f43c08f7f
Raw diff: https://github.com/php/web-doc/commit/31b469005b0ce8df6b8f141f94e36a0f43c08f7f.diff
fixed error
Changed paths:
M include/lib_general.inc.php
Diff:
diff --git a/include/lib_general.inc.php b/include/lib_general.inc.php
index 06f771d..36af693 100644
--- a/include/lib_general.inc.php
+++ b/include/lib_general.inc.php
@@ -52,7 +52,7 @@ function site_header()
.o { white-space: nowrap; overflow: hidden; max-width: 3em; }
.c { text-align: center; }
</style>
-END_OF_MULTILINE
+END_OF_MULTILINE;
echo '<section class="mainscreen">';
}