boostorg / core

Boost Core Utilities
132 stars 87 forks source link

fix warning of "unescapted special character" #52

Closed HDembinski closed 5 years ago

HDembinski commented 5 years ago

Running b2 in the doc folder gave the warning:

Jamfile.v2:52: Unescaped special character in argument <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/core/doc/html

This patch fixes the warning.

Lastique commented 5 years ago

I think, it's better to envelop the URL in quotes.

Lastique commented 5 years ago

Done in d9b524d.