Skip to content

Commit c2d3f1d

Browse files
committed
If "Verified" contains text (rather than a URL), the DoC still shows
"verified," but the text is added as a title attribute.
1 parent 00a331a commit c2d3f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-background/issues-txt-to-html.awk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ n && /^verified[ \t]*:[ \t]*http:/ {
163163
next;
164164
}
165165
n && /^verified[ \t]*:/ {
166-
verif[n] = verif[n] val($0) " ";
166+
verif[n] = verif[n] "<span title=\"" val($0) "\">verified</span> ";
167167
prev = "";
168168
next;
169169
}

0 commit comments

Comments
 (0)