diff --git a/inc/databap.php b/inc/databap.php index 38f4065..279a40d 100644 --- a/inc/databap.php +++ b/inc/databap.php @@ -1146,7 +1146,7 @@ class Databap extends PhpObject $asTable['title'] = self::getTableFormat($asTable['title']); $asTable['description'] = self::getDescriptionFormat($asTable['description']); $asTable['led'] = self::getDateFormat($asTable['led']); - //$asTable['keywords'] = ToolBox::findReplaceLinks($asTable['description']); + $asTable['formatted_keywords'] = ToolBox::findReplaceLinks($asTable['keywords']); } return $asTable; } diff --git a/masks/table.html b/masks/table.html index 98fe295..56774a1 100644 --- a/masks/table.html +++ b/masks/table.html @@ -18,7 +18,7 @@

"J'ai explication !"

-

+

@@ -117,7 +117,6 @@ Table.prototype.applyTableInfo = function() Table.prototype.setDisplay = function(sDisplay) { - //debug(sDisplay); var sOtherDisplay = ''; var bRedit = (this.sDisplay!=''); //Edit existing table this.sDisplay = sDisplay || (this.sDisplay==this.DISPLAY_EDIT?this.DISPLAY_READ:this.DISPLAY_EDIT); diff --git a/style/screen.css b/style/screen.css index 8bf88a9..52438a0 100644 --- a/style/screen.css +++ b/style/screen.css @@ -2388,7 +2388,7 @@ vertical-align 0% -5% -10% -15% -20% -25% -30% font-style: italic; } -#table #read_keywords { +#table #read_formatted_keywords { margin:10px 0 0 0; font-size: 0.9em; }