You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/06/20 23:34:18 UTC

[03/35] ios commit: [CB-3833] Deprecation plugin tag upgrade step has malformed xml

[CB-3833] Deprecation plugin tag upgrade step has malformed xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/fa55298b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/fa55298b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/fa55298b

Branch: refs/heads/3.0.0
Commit: fa55298b4affd04aed92b527e66bd2405d7c24cf
Parents: 27914e0
Author: Shazron Abdullah <sh...@apache.org>
Authored: Sat Jun 15 03:31:18 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Sat Jun 15 03:31:18 2013 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVConfigParser.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/fa55298b/CordovaLib/Classes/CDVConfigParser.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVConfigParser.m b/CordovaLib/Classes/CDVConfigParser.m
index 23ae401..55b25e6 100644
--- a/CordovaLib/Classes/CDVConfigParser.m
+++ b/CordovaLib/Classes/CDVConfigParser.m
@@ -60,7 +60,7 @@
             @"    <plugin name=\"%@\" value=\"%@\" />\n"
             @"To:\n"
             @"    <feature name=\"%@\">\n"
-            @"        <param name=\"ios-package\" value=\"%@\">\n"
+            @"        <param name=\"ios-package\" value=\"%@\" />\n"
             @"    </feature>\n"
             , attributeDict[@"name"], attributeDict[@"value"], attributeDict[@"name"], attributeDict[@"value"]);
     } else if ([elementName isEqualToString:@"feature"]) { // store feature name to use with correct parameter set