OSDN Git Service

BugTrack/2520 Remove spaces between index string and dagger
authorumorigu <umorigu@gmail.com>
Sun, 26 Sep 2021 16:15:13 +0000 (01:15 +0900)
committerumorigu <umorigu@gmail.com>
Sun, 26 Sep 2021 16:15:13 +0000 (01:15 +0900)
lib/convert_html.php

index 1690251..ae30b77 100644 (file)
@@ -993,7 +993,7 @@ class Body extends Element
                        $id     = & $autoid;
                        $anchor = '';
                } else {
-                       $anchor = ' &aname(' . $id . ',super,full,nouserselect){' . $_symbol_anchor . '};';
+                       $anchor = '&aname(' . $id . ',super,full,nouserselect){' . $_symbol_anchor . '};';
                }
 
                $text = ' ' . $text;