www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Issue with displaying "<" in ddox

Looking at:

http://dtest.thecybershadow.net/artifact/website-ff971425e306789aa308cfb07cba092cadd11161-5ac9199248afe8d93be7b1075896f16e/web/library-prerelease/std/algorithm/sorting/pivot_partition.html

we see the text: "...and returns an index k &lt; r.length such that..."

The ddoc document at 
http://dtest.thecybershadow.net/artifact/website-ff971425e306789aa308cfb07cba092cadd11161-5ac9199248afe8d93be7b1075896f16e/web/phobos-prerelease/std_algorithm_sorting
html#pivotPartition 
displays the "less than" sign correctly.

Looks like a double translation of "<" occurred somewhere. Could someone 
look into this? Is there a workaround? The source is $(D k < r.length).


Thanks,

Andrei
Sep 22 2016