Just noticed by accident that on the "Recent Threads" page in the "approved by" links' titles, the substring "target" is being replaced by " ", e.g.

<a href="?node_id=520366" target title="Approved by smart">A</a> ^

in a node approved by targetsmart (as for example the recent 764194).

Certainly not the most important thing in the world... just wondering if that's some curious security feature (or side effect thereof), or simply a bug.

Update: actually, looking more closely, it seems to become a bogus target attribute (without value) of the <a ...> tag.

So now I wonder whether this is maybe more of a security issue than a security feature...  but I won't create a user target=""onmouseover="javascript:..."smart (and wait until that user is allowed to approve) just in order to try :)

(where ... is some evil javascript that posts your credentials to a site of mine, or some such)


In reply to "target" in "approved by..." links' tooltips by almut

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.