We recently completed a new installation of WeBWorK version 2.17 and have discovered that some of the problems in the OPL do not render. The issue that we have involves the problems that use the PGML macro to display an image within the BEGIN_PGML/END_PGML environment.
For example, the library problem Library/Valdosta/APEX_Calculus/1.4/APEX_1.4_12.pg does not render
Within the PGML environment, the problem has the line of code
>> [![$alttext]!]{$graph1}{400} <<
which produces warning messages when the problem is compiled. The warning messages are
PG warning messages
------
---- PGML (eval 1709) 1504 ------
==================
Errors parsing PGML:
Error: extra option '400'
Warning: unknown block type 'image' in PGML::Format::html::format
Warning messages
Use of uninitialized value $string in string eq at line 928 of [PG]/macros/PGML.pl
Do you have a recommendation for how to fix this issue?