diff --git a/VectorTemplate.php b/VectorTemplate.php index 234e015..52c3c22 100644 --- a/VectorTemplate.php +++ b/VectorTemplate.php @@ -444,6 +444,9 @@ class VectorTemplate extends BaseTemplate { if ( isset ( $link['rel'] ) ) { echo ' rel="' . htmlspecialchars( $link['rel'] ) . '"'; } + if ( isset ( $link['target'] ) ) { + echo ' target="' . htmlspecialchars( $link['target'] ) . '"'; + } ?>>