|
CVS: phpwiki/lib CachedMarkup.php,1.33,1.34: msg#00192web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv610 Modified Files: CachedMarkup.php Log Message: one more id warning prevention Index: CachedMarkup.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/CachedMarkup.php,v retrieving revision 1.33 retrieving revision 1.34 diff -u -2 -b -p -d -r1.33 -r1.34 --- CachedMarkup.php 30 Jan 2005 19:47:19 -0000 1.33 +++ CachedMarkup.php 30 Jan 2005 21:51:04 -0000 1.34 @@ -507,5 +507,5 @@ class Cached_PluginInvocation extends Ca $div->setInClass('bottom', ($this->_tightenable & 2) != 0); } - if ($id) + if (!empty($id)) $div->setAttr('id', $id); $div->pushContent($xml); ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/config config-dist.ini,1.38,1.39: 00192, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib IniConfig.php,1.74,1.75: 00192, Reini Urban |
| Previous by Thread: | CVS: phpwiki/config config-dist.ini,1.38,1.39i: 00192, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib IniConfig.php,1.74,1.75: 00192, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |