tagwall: fix short tags (closes #129)

This commit is contained in:
Andrew Dolgov 2007-05-30 05:45:53 +01:00
parent c41890b059
commit 910cca8bb8
10 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
<? <?php
/* /*
* tag|wall | PHP Tag Filter| * tag|wall | PHP Tag Filter|
* --------------------------------------------------------------------- * ---------------------------------------------------------------------
@ -40,4 +40,4 @@ class FOO_error extends TW_errors
return null; return null;
} }
} }
?> ?>

View File

@ -1,4 +1,4 @@
<? <?php
/* /*
* tag|wall | PHP Tag Filter| * tag|wall | PHP Tag Filter|
* --------------------------------------------------------------------- * ---------------------------------------------------------------------
@ -91,4 +91,4 @@ class LINK_error extends TW_errors
return "tw-err-com"; return "tw-err-com";
} }
} }
?> ?>

View File

@ -1,4 +1,4 @@
<? <?php
/* /*
* tag|wall ver 0.1.0 | PHP Tag Filter| * tag|wall ver 0.1.0 | PHP Tag Filter|
* --------------------------------------------------------------------- * ---------------------------------------------------------------------
@ -66,4 +66,4 @@ class ???_error extends TW_errors
// error lists, etc... // error lists, etc...
} }
?> ?>

View File

@ -1,4 +1,4 @@
<? <?php
// WARNING: // WARNING:
// //
// All tags used in configuration must be defined in tw/tw-tags.php file too. // All tags used in configuration must be defined in tw/tw-tags.php file too.

View File

@ -1,4 +1,4 @@
<? <?php
/* /*
* tag|wall | PHP Tag Filter | * tag|wall | PHP Tag Filter |
* --------------------------------------------------------------------- * ---------------------------------------------------------------------
@ -468,4 +468,4 @@ class TW_base // TW_lang extends this class
} // END class TW_base } // END class TW_base
?> ?>

View File

@ -1,4 +1,4 @@
<? <?php
/* /*
* tag|wall | PHP Tag Filter | * tag|wall | PHP Tag Filter |
* --------------------------------------------------------------------- * ---------------------------------------------------------------------
@ -180,4 +180,4 @@ class TW_lang
$this->keywords=null; $this->keywords=null;
} }
} }
?> ?>

View File

@ -1,4 +1,4 @@
<? <?php
/* /*
* tag|wall | PHP Tag Filter| * tag|wall | PHP Tag Filter|
* --------------------------------------------------------------------- * ---------------------------------------------------------------------
@ -114,4 +114,4 @@ if(!defined('FSHL_WITH_TW_DEFINED'))
$fshl_signatures=array("SHL","TW"); $fshl_signatures=array("SHL","TW");
} //end if(!defined()) } //end if(!defined())
?> ?>

View File

@ -1,4 +1,4 @@
<? <?php
/* /*
* tag|wall | PHP Tag Filter| * tag|wall | PHP Tag Filter|
* --------------------------------------------------------------------- * ---------------------------------------------------------------------
@ -115,4 +115,4 @@ class TW_errors
} }
} // END class TW_errors } // END class TW_errors
?> ?>

View File

@ -1,4 +1,4 @@
<? <?php
/* /*
* tag|wall | PHP Tag Filter| * tag|wall | PHP Tag Filter|
* --------------------------------------------------------------------- * ---------------------------------------------------------------------
@ -94,4 +94,4 @@ $tw_tag_relations = array(
// TODO: add your specific tags here... // TODO: add your specific tags here...
); );
?> ?>

View File

@ -1,4 +1,4 @@
<? <?php
/* /*
* tag|wall ver 0.1.4 | PHP Tag Filter | * tag|wall ver 0.1.4 | PHP Tag Filter |
* --------------------------------------------------------------------- * ---------------------------------------------------------------------