samwilson / diagrams-extension

A MediaWiki extension that displays GraphViz, Mscgen, PlantUML, and Mermaid diagrams in wiki pages.
https://www.mediawiki.org/wiki/Extension:Diagrams
GNU General Public License v2.0
8 stars 12 forks source link

Correctly check for file existence #72

Closed samwilson closed 1 year ago

samwilson commented 1 year ago

Fix the check for a file's existence and return it properly.

Also improve the error message by removing the outer

tag that's added, so the message is displayed within a .error span.

Fixes #32