| @@ -9,9 +9,10 @@ | ||
| 9 | 9 | |
| 10 | 10 | public function render() { |
| 11 | 11 | |
| 12 | 12 | $args = $this->getDefaultAttributes(); |
| 13 | - $div = Html::div( $args, $this->options->content ); | |
| 13 | + $content = $this->maybeReplaceDataSheetTags( $this->options->content ); | |
| 14 | + $div = Html::div( $args, $content ); | |
| 14 | 15 | |
| 15 | 16 | if ( false !== $a = $this->getLinkTag() ) { |
| 16 | 17 | return $a->nest( $div ); |
| 17 | 18 | } |