summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/data.quote.php2
-rw-r--r--plugins/data.renderer.php6
-rw-r--r--templates/edit_format.tpl2
3 files changed, 5 insertions, 5 deletions
diff --git a/plugins/data.quote.php b/plugins/data.quote.php
index 0ff6122..ddf8799 100644
--- a/plugins/data.quote.php
+++ b/plugins/data.quote.php
@@ -65,7 +65,7 @@ function data_quote_help() {
<td>format_guid</td>
<td>" . tra( "string") . '<br />' . tra("(required)") . "</td>
<td>" . tra( "Specify what renderer should be used to render the contents") . "</td>
- </tr>'
+ </tr>
</table>".
tra("Example: ") . '{quote format_guid="tikiwiki" comment_id="7" user="user"} ... {/quote}<br />';
return $help;
diff --git a/plugins/data.renderer.php b/plugins/data.renderer.php
index 22e8174..d82e61f 100644
--- a/plugins/data.renderer.php
+++ b/plugins/data.renderer.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
* @package liberty
* @subpackage plugins_data
*/
@@ -18,7 +18,7 @@
// | by: wjames5
// | Reworked from: data.articles.php from wikiplugin_articles.php
// +----------------------------------------------------------------------+
-// $Id: data.renderer.php,v 1.3 2006/07/27 23:04:40 hash9 Exp $
+// $Id: data.renderer.php,v 1.4 2006/09/09 13:41:32 squareing Exp $
/**
* definitions
@@ -65,7 +65,7 @@ $gLibertySystem->registerDataTag( $pluginParams['tag'], PLUGIN_GUID_DATARENDERER
<td>format_guid</td>
<td>" . tra( "string") . '<br />' . tra("(required)") . "</td>
<td>" . tra( "Specify what renderer should be used to render the contents") . "</td>
- </tr>'
+ </tr>
</table>".
tra("Example: ") . "{renderer class=abc format_guid=tiki }.. content ..{/renderer}<br />";
return $help;
diff --git a/templates/edit_format.tpl b/templates/edit_format.tpl
index 2d1c603..f0ce49e 100644
--- a/templates/edit_format.tpl
+++ b/templates/edit_format.tpl
@@ -25,7 +25,7 @@
{forminput}
{counter name=nb print=false assign=nb}
<label>
- <input type=radio name="{$format_guid_variable|default:"format_guid"}" value="{$plugin.edit_field}"
+ <input type="radio" name="{$format_guid_variable|default:"format_guid"}" value="{$plugin.edit_field}"
{if $gContent->mInfo.format_guid eq $plugin.plugin_guid}
checked="checked"
{elseif !$gContent->mInfo.format_guid and $plugin.plugin_guid eq $gBitSystem->getConfig('default_format')}