When clear url turn on, the title attribute always show as 'node/XX'.

[l|node/9]

Show the clean URL but with title="node/9"

It will be cool to have the clean URL and the Title generated by default in clean format.

Actually you need to write the title to bypass.

[l|node/9|My clean link]

Many thanks !

Comments

garthee’s picture

Sorry the idea seems to be very specific.. could you provide explain what is the expectation

garthee’s picture

Status: Active » Closed (won't fix)
Roi Danton’s picture

Status: Closed (won't fix) » Active

I support this request. Example from your Demo page:

[l|node/3|]
creates this html output
<a href="/node/3" title="node/3" alt="node/3">ULINK6</a>

Instead it should be:
<a href="/node/3" title="ULINK6" alt="ULINK6">ULINK6</a>

garthee’s picture

The complete form of input is
[l|href|text|attributes]

However, when the text is absent, based on the configurations chosen either title of the post or link of the post is for the text used.
Secondly for the title and alt, if they aren't submitted through attributes text is used, so effectively when both are absent (only href is submitted) it is in fact what is chosen to be given for TEXT must appear for ALT and TITLE, hence what you pointed out was correct and it has been corrected. Thanks for pointing out it!

garthee’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.