Skip to content

Commit

Permalink
fix: cardify Folksonomy Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Sep 21, 2023
1 parent 15e59be commit c476c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/js/folksonomy.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function displayFolksonomyPropertyValues() {
//$(".details").before(
$("div[itemtype='https://schema.org/Product']").append(
String('<!-- ---- Folksonomy Engine ----- -->' +
'<div id="free_properties_1" class="feus row ">' +
'<div id="free_properties_1" class="feus row card ">' +
'<div class="column large-12 h-space-tiny ">' +
'<h2>Personalized properties (<span data-tooltip aria-haspopup="true" class="has-tip" data-position="top" data-alignment="left" title="Be aware the data model might be modified. Use at your own risk.">beta</span>)</h2>' +
'<p id="fe_login_info"></p>' +
Expand Down

0 comments on commit c476c4f

Please sign in to comment.