Skip to content

Instantly share code, notes, and snippets.

@matdave
Created December 20, 2019 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matdave/88bb74a729ae442e07864f4b934c3cbf to your computer and use it in GitHub Desktop.
Save matdave/88bb74a729ae442e07864f4b934c3cbf to your computer and use it in GitHub Desktop.
MODX tablePresentation plugin
<?php
// Run OnWebPagePrereneder
$modx->resource->_output = str_replace('<table', '<table role="presentation"', $modx->resource->_output);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment