1
0
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:
lisa
2009-04-29 07:07:33 +00:00
parent 7f77ded0ae
commit da5a2608c4
2 changed files with 11 additions and 11 deletions

View File

@@ -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_ $
*
*/

View File

@@ -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}