mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
bugfix: space seperator between word and number correction to avoid linebreak
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
* Tagwords Class
|
* Tagwords Class
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/tagwords/tagwords_class.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/tagwords/tagwords_class.php,v $
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
* $Date: 2009-01-18 10:11:12 $
|
* $Date: 2009-04-29 07:07:33 $
|
||||||
* $Author: lisa_ $
|
* $Author: lisa_ $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -9,8 +9,8 @@
|
|||||||
* Tagwords Template
|
* Tagwords Template
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/tagwords/tagwords_template.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/tagwords/tagwords_template.php,v $
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
* $Date: 2009-01-17 22:46:37 $
|
* $Date: 2009-04-29 07:07:33 $
|
||||||
* $Author: lisa_ $
|
* $Author: lisa_ $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@@ -65,7 +65,7 @@ $TEMPLATE_TAGWORDS['options'] = "
|
|||||||
|
|
||||||
//##### cloud -------------------------------------------------------
|
//##### cloud -------------------------------------------------------
|
||||||
|
|
||||||
$sc_style['TAG_NUMBER']['pre'] = "(";
|
$sc_style['TAG_NUMBER']['pre'] = " (";
|
||||||
$sc_style['TAG_NUMBER']['post'] = ")";
|
$sc_style['TAG_NUMBER']['post'] = ")";
|
||||||
|
|
||||||
$TEMPLATE_TAGWORDS['cloud_start'] = "";
|
$TEMPLATE_TAGWORDS['cloud_start'] = "";
|
||||||
@@ -97,7 +97,7 @@ $TEMPLATE_TAGWORDS['cloudlist'] = "
|
|||||||
|
|
||||||
//##### menu cloud --------------------------------------------------
|
//##### menu cloud --------------------------------------------------
|
||||||
|
|
||||||
$sc_style['TAG_NUMBER|menu']['pre'] = "(";
|
$sc_style['TAG_NUMBER|menu']['pre'] = " (";
|
||||||
$sc_style['TAG_NUMBER|menu']['post'] = ") ";
|
$sc_style['TAG_NUMBER|menu']['post'] = ") ";
|
||||||
|
|
||||||
$sc_style['TAG_SEARCH|menu']['pre'] = "<div style='margin-bottom:5px;'>";
|
$sc_style['TAG_SEARCH|menu']['pre'] = "<div style='margin-bottom:5px;'>";
|
||||||
@@ -110,7 +110,7 @@ $TEMPLATE_TAGWORDS['menu_cloud_end'] = "";
|
|||||||
$TEMPLATE_TAGWORDS['menu_cloud'] = "
|
$TEMPLATE_TAGWORDS['menu_cloud'] = "
|
||||||
<div class='tagwords' style='text-align:center;'>
|
<div class='tagwords' style='text-align:center;'>
|
||||||
{TAG_SEARCH|menu}
|
{TAG_SEARCH|menu}
|
||||||
<div style='text-align:justify; width:90%; line-height:250%; margin:0 auto;'>
|
<div style=' width:90%; line-height:250%; margin:0 auto;'>
|
||||||
{TAG_CLOUD|menu}
|
{TAG_CLOUD|menu}
|
||||||
</div>
|
</div>
|
||||||
{TAG_LINK|menu}
|
{TAG_LINK|menu}
|
||||||
|
Reference in New Issue
Block a user