Actions
Bug #5302
closedTwo small documentation fixes in dir.c
Bug #5302:
Two small documentation fixes in dir.c
Description
There are two cases where </code> ends up rendering (via rdoc) into html as "<code></code>" when it should just be ""
I found that adding a space around the backslash was a simple fix to the problem (escaping it didn't seem to make a difference.)
Files
Actions