Skip to content

Commit df396bd

Browse files
committed
TeX::Utils::SVG: Renamed data-source to data-texml-source at pkra's suggestion.
1 parent 9f4c3b5 commit df396bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/perl/TeX/Utils/SVG.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ sub add_title {
180180

181181
my $title = $dom->createElement("title");
182182

183-
$title->setAttribute('data-source', $data_src);
183+
$title->setAttribute('data-texml-source', $data_src);
184184

185185
$title->setAttribute(id => $id);
186186

0 commit comments

Comments
 (0)