Mercurial > repos > phpBB-MODs > User_Rank_Progression_Bar
changeset 11:d36b974f4f93
* Fix path of CSS file
* Remove leading tabs on a line to try to resolve AutoMOD find failures
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 14 Aug 2010 12:55:46 +0000 |
parents | dc3d3d0949c6 |
children | 0015bde97600 |
files | install.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/install.xml Sun Aug 01 19:36:25 2010 +0000 +++ b/install.xml Sat Aug 14 12:55:46 2010 +0000 @@ -195,7 +195,7 @@ </action> </edit> </open> - <open src="styles/prosilver/themes/common.css"> + <open src="styles/prosilver/theme/common.css"> <edit> <find><![CDATA[.clear {]]></find> <action type="before-add"><![CDATA[.rank_progress_bar { @@ -229,7 +229,7 @@ </inline-edit> </edit> <edit> - <find><![CDATA[ 'joined' => '',]]></find> + <find><![CDATA['joined' => '',]]></find> <action type="before-add"><![CDATA[ 'percentage_progress' => -1,]]></action> </edit> @@ -241,7 +241,7 @@ </inline-edit> </edit> <edit> - <find><![CDATA[ 'joined' => $user->format_date($row['user_regdate']),]]></find> + <find><![CDATA['joined' => $user->format_date($row['user_regdate']),]]></find> <action type="before-add"><![CDATA[ 'percentage_progress' => -1,]]></action> </edit>