Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPytal <24800714+Pytal@users.noreply.github.com>2021-09-27 11:52:37 +0300
committerGitHub <noreply@github.com>2021-09-27 11:52:37 +0300
commit8d730706c20061e92bb7b6de11bfba81e8f4fafe (patch)
tree6979db064183971217b97711c3b4a49c98a773c0 /page-factorgroup.php
parentfabe771963f5edb82dcb56fbede8478a58f34e8d (diff)
Remove and replace deprecated name attribute on anchor elements with id (#1548)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'page-factorgroup.php')
-rw-r--r--page-factorgroup.php13
1 files changed, 5 insertions, 8 deletions
diff --git a/page-factorgroup.php b/page-factorgroup.php
index e36b88a6..c5940cae 100644
--- a/page-factorgroup.php
+++ b/page-factorgroup.php
@@ -179,7 +179,7 @@
</section>
<section class="section--more">
- <a name="more" id="more"></a>
+ <a id="more"></a>
<div class="container-widest">
<h1 class="section--heading-1 section--text--center"><?php echo $l->t('Key capabilities.');?></h1>
<div class="row">
@@ -421,7 +421,7 @@
<section class="section--security">
- <a name="security" id="security"></a>
+ <a id="security"></a>
<div class="container">
<div class="row">
<div class="col-md-6 image--floated image--feature new-img">
@@ -443,7 +443,7 @@
</section>
<section class="section--monitoring">
- <a name="monitoring" id="monitoring"></a>
+ <a id="monitoring"></a>
<div class="container">
<div class="row">
<div class="col-md-6 image--feature new-img">
@@ -476,7 +476,7 @@
<section class="section--storage">
- <a name="storage" id="storage"></a>
+ <a id="storage"></a>
<div class="container">
<div class="row">
<div class="col-md-6 image--feature">
@@ -584,7 +584,7 @@
</section>
<section class="section--more">
- <a name="more" id="more"></a>
+ <a id="more"></a>
<div class="container-widest">
<h1 class="section--heading-1 section--text--center"><?php echo $l->t('And much more.');?></h1>
<div class="row">
@@ -686,6 +686,3 @@
</div>
</section>
<?php require get_template_directory().'/overlay.php'; ?>
-
-
-