Fix unnecessary linebreak
diff --git a/GoForCPPProgrammers.md b/GoForCPPProgrammers.md
index 4bef0bb..9c18a88 100644
--- a/GoForCPPProgrammers.md
+++ b/GoForCPPProgrammers.md
@@ -674,8 +674,7 @@
 
 Note that ` Equal ` has an argument of
 type ` Iterator `.  This does not behave like a C++
-template.  See <a href='go_faq.html#t_and_equal_interface'>the<br>
-FAQ</a>.
+template.  See <a href='go_faq.html#t_and_equal_interface'>the FAQ</a>.
 
 <h2>Function closures</h2>