diff --git a/includes/faq-questions-inline.tpl.php b/includes/faq-questions-inline.tpl.php
index 753e63d..a36d607 100644
--- a/includes/faq-questions-inline.tpl.php
+++ b/includes/faq-questions-inline.tpl.php
@@ -22,7 +22,7 @@
  *   Tells whether $node['body'] contains the full body or just the teaser
  */
 ?>
-<a name="top"></a>
+<a id="top"></a>
 <div>
 <?php if (count($nodes)): ?>
   <?php foreach ($nodes as $node): ?>
diff --git a/includes/faq-questions-top.tpl.php b/includes/faq-questions-top.tpl.php
index ce0d915..0b8f84d 100644
--- a/includes/faq-questions-top.tpl.php
+++ b/includes/faq-questions-top.tpl.php
@@ -30,7 +30,7 @@
  *   Represents the number of items.
  */
 ?>
-<a name="top"></a>
+<a id="top"></a>
 <?php print $questions_list ?>
 <br />
 <?php $key = 0; ?>
