Re: [phpWebLog-devel] Diffs
Brought to you by:
openface
|
From: Jason H. <ope...@ey...> - 2000-06-12 20:14:34
|
--- phpweblog-0.2.4/admin/config.php3 Thu Jun 8 10:41:06 2000 +++ phpweblog/admin/config.php3 Sun Jun 11 22:58:40 2000 @@ -91,7 +99,7 @@ <td> <input type=radio name=AllowHTML value="0" <?php echo $CONF["AllowHTML"]==0 ? "checked" : ""; ?>> No <input type=radio name=AllowHTML value="1" <?php echo $CONF["AllowHTML"]==1 ? "checked" : ""; ?>> Code -<input type=radio name=AllowHTML value="1" <?php echo $CONF["AllowHTML"]==2 ? "checked" : ""; ?>> Yes</td> +<input type=radio name=AllowHTML value="2" <?php echo $CONF["AllowHTML"]==2 ? "checked" : ""; ?>> Yes</td> </tr> Just change the value="1" to value="2" for the Yes line in admin/config.php3. This is fixed in latest unstable as well. Stephen Lawrence wrote: > > Any way we can get the diffs for the "HTML" option fix? > > - > Stephen Lawrence Jr. > lo...@da... > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |