Small syntax fix in an example
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 25 Jun 2004 02:02:30 +0000 (02:02 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 25 Jun 2004 02:02:30 +0000 (02:02 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7680 7612ce4b-ef26-0410-bec9-ea0150e637f0

doc/plugin.txt

index 1536889a48a44b33e0aeb38562824f8cdffbba0b..f3308d4891cd2e63e58845aa924deccca42fd29a 100644 (file)
@@ -377,7 +377,7 @@ options_identities_table
    holds each identity.  The arguments to this hook are:
 
       [0] = color of table (use it like this in your plugin:
-               <tr bgcolor="<?PHP echo $info[1]?>">
+               <tr bgcolor="<?php echo $info[1]; ?>">
       [1] = is this an empty section (the one at the end of the list)?
       [2] = what is the 'post' value? (ident # or empty string if default)