Revert "LP#1419977 Map subject headings to schema:about"
authorDan Scott <dscott@laurentian.ca>
Thu, 5 Mar 2015 17:53:07 +0000 (12:53 -0500)
committerDan Scott <dscott@laurentian.ca>
Thu, 5 Mar 2015 17:53:07 +0000 (12:53 -0500)
This reverts commit a2f4f5924afb05a1240d1385e706f2fd710e8959.

Open-ILS/src/templates/opac/parts/record/subjects.tt2

index 95bb313..11b5a88 100644 (file)
@@ -68,7 +68,7 @@
             <tbody>
                 <tr>
                     <td class='rdetail_subject_type'>[% subj.label %]</td>
-                    <td class='rdetail_subject_value' property='about'>[% content %]</td>
+                    <td class='rdetail_subject_value' property='keywords'>[% content %]</td>
                 </tr>
             </tbody>
         </table>