• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂0158485d6c95f76589a28f5fa36ccf568e5c32c0 (tree)
時間2021-09-27 01:15:13
作者umorigu <umorigu@gmai...>
Commiterumorigu

Log Message

BugTrack/2520 Remove spaces between index string and dagger

Change Summary

差異

--- a/lib/convert_html.php
+++ b/lib/convert_html.php
@@ -993,7 +993,7 @@ class Body extends Element
993993 $id = & $autoid;
994994 $anchor = '';
995995 } else {
996- $anchor = ' &aname(' . $id . ',super,full,nouserselect){' . $_symbol_anchor . '};';
996+ $anchor = '&aname(' . $id . ',super,full,nouserselect){' . $_symbol_anchor . '};';
997997 }
998998
999999 $text = ' ' . $text;