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