Disambiguation link is now in a <p> of class "mkws-disambiguation"
authorMike Taylor <mike@indexdata.com>
Fri, 23 Jan 2015 09:33:32 +0000 (09:33 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 23 Jan 2015 09:33:32 +0000 (09:33 +0000)
src/templates/wikipedia.handlebars

index 8967945..8041441 100644 (file)
@@ -28,7 +28,8 @@ display only the first image
 {{/if}}
 {{{mkws-paragraphs md-description paragraphs sentences}}}
 {{#if md-disambiguationurl}}
-<p>Or did you mean <a href="{{md-disambiguationurl}}" target="_blank"
+<p class="mkws-disambiguation"
+>Or did you mean <a href="{{md-disambiguationurl}}" target="_blank"
        >a different {{md-title}}</a>?</p>
 {{/if}}
 <p class="mkws-credit mkwsCredit">{{credit}}</p>