Comment #2 on issue 1678 by kormb...@gmail.com: URLs in shortcut section of
library documentation not percent encoded
http://code.google.com/p/robotframework/issues/detail?id=1678
Please ignore comment #1 - wrong place in the code. I was able to get
percent encoded URLs by changing line 92 in
robot/htmldata/libdoc/libdoc.html:
From:
<a href="#${$value.name}" title="${$value.shortdoc}">${$value.name}</a>
To:
<a href="#${encodeURIComponent($value.name)}"
title="${$value.shortdoc}">${$value.name}</a>
Not sure if this is the best way to fix this.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.