Feature request #2576
Updated by Paolo Cavallini almost 7 years ago
In GRASS modules, there is a reference to a dtd:
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
</pre>
but the URL is non existing. This should be replaced with a valid one.
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
</pre>
but the URL is non existing. This should be replaced with a valid one.