1
0

* Enhance xhtml cleanup plugin to also work on <param value="..." />

tags.  (garvinhicking)
This commit is contained in:
Garvin Hicking
2009-04-16 08:02:53 +00:00
parent 39aa62b18e
commit 0f1834f2aa
3 changed files with 10 additions and 2 deletions

View File

@@ -1273,6 +1273,11 @@ END_IMG_CSS;
*/
// Substitute the % stuff and add it to the footer
$eventData[$i]['properties']['myvote'] = $myvote;
$eventData[$i]['properties']['points'] = $points;
$eventData[$i]['properties']['votes'] = $votes;
$eventData[$i]['properties']['visits'] = $visits;
$footer .= sprintf($karma_block, $myvote, $points, $votes, $visits, $url);
} // foreach key in entries
}// End switch on karma voting status