Skip to content

Instantly share code, notes, and snippets.

@msporny
Created August 22, 2013 15:20
Show Gist options
  • Save msporny/6308591 to your computer and use it in GitHub Desktop.
Save msporny/6308591 to your computer and use it in GitHub Desktop.
Fixed publisher name issue with markup.
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Basic Koha bib record</title>
</head>
<body>
<div class="record" vocab="http://schema.org/" typeof="CreativeWork Product" resource="#record">
<h1 class="title" property="name">Songs of the 60's : piano, vocal, guitar. </h1>
<div class="results_summary series">
<span class="label">Series: </span>
<a href="/cgi-bin/koha/opac-search.pl?q=se,phr:%22Decade%20series%22">Decade series</a>.
</div >
<div class="results_summary publisher">
<span class="label">Publisher: </span>
<div rel="publisher">
<span about="#publisher" typeof="Organization">
<span property="location">Winona, MN :</span>
<a href="/cgi-bin/koha/opac-search.pl?q=pb:H.%20Leonard,">
<span about="#publisher" property="name">H. Leonard,</span>
</a>
</span>
</div>
<span property="datePublished">c1989</span>
</div>
<div class="results_summary description">
<span class="label">Description: </span>
<span property="description">1 score (175 p.) : ill. ; 31 cm</span>.
</div>
<div class="results_summary isbn">
<span class="label">ISBN: </span>
<span property="isbn">.</span>
</div>
<div class="results_summary subjects">
<span class="label">Subject(s): </span>
<a href="/cgi-bin/koha/opac-search.pl?q=su:%22Popular%20music%22"><span property="keywords">Popular music -- 1961-1970</span></a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment