|
CVS: phpwiki/lib CachedMarkup.php,1.32,1.33: msg#00189web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2250 Modified Files: CachedMarkup.php Log Message: fix warning on id Index: CachedMarkup.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/CachedMarkup.php,v retrieving revision 1.32 retrieving revision 1.33 diff -u -2 -b -p -d -r1.32 -r1.33 --- CachedMarkup.php 21 Jan 2005 14:09:08 -0000 1.32 +++ CachedMarkup.php 30 Jan 2005 19:47:19 -0000 1.33 @@ -499,5 +499,5 @@ class Cached_PluginInvocation extends Ca if ($this->_tightenable == 3) { $span = HTML::span(array('class' => 'plugin'), $xml); - if ($id) + if (!empty($id)) $span->setAttr('id', $id); return $span; ------------------------------------------------------- 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/lib/ASCIIMathPHP ASCIIMathPHP.cfg.php,NONE,1.1 ASCIIMathPHP.class.php,NONE,1.1: 00189, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib stdlib.php,1.230,1.231: 00189, Reini Urban |
| Previous by Thread: | CVS: phpwiki/lib/ASCIIMathPHP ASCIIMathPHP.cfg.php,NONE,1.1 ASCIIMathPHP.class.php,NONE,1.1i: 00189, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib stdlib.php,1.230,1.231: 00189, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |