From fac47f066e1707ad16b512ae239651f1ecc52a34 Mon Sep 17 00:00:00 2001 From: henoheno Date: Sun, 18 Sep 2005 18:32:55 +0900 Subject: [PATCH] Correct comments only --- plugin/aname.inc.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/plugin/aname.inc.php b/plugin/aname.inc.php index 5aa796a..e00e5bb 100644 --- a/plugin/aname.inc.php +++ b/plugin/aname.inc.php @@ -1,18 +1,17 @@ -// * A clickable link to the anchor string -// * Clickable anchor with the key itself string +// aname plugin - Set various anchor tags +// * With just an anchor id: +// * With a hyperlink to the anchor id: string +// * With an anchor id and a link to the id itself: string // -// NOTE: -// Use 'id="key"' instead of 'name="key"' at XHTML 1.1 +// NOTE: Use 'id="key"' instead of 'name="key"' at XHTML 1.1 // Check ID is unique or not (compatible: no-check) define('PLUGIN_ANAME_ID_MUST_UNIQUE', 0); -- 2.11.0