diff --git a/Frameworks/BusinessLogic/ERAttachment/Components/ERAttachmentIcon.api b/Frameworks/BusinessLogic/ERAttachment/Components/ERAttachmentIcon.api
index 8e9766d82e0..5e7cbe9d905 100644
--- a/Frameworks/BusinessLogic/ERAttachment/Components/ERAttachmentIcon.api
+++ b/Frameworks/BusinessLogic/ERAttachment/Components/ERAttachmentIcon.api
@@ -11,5 +11,6 @@
+
diff --git a/Frameworks/BusinessLogic/ERAttachment/Components/ERAttachmentIcon.wo/ERAttachmentIcon.wod b/Frameworks/BusinessLogic/ERAttachment/Components/ERAttachmentIcon.wo/ERAttachmentIcon.wod
index dffccd1cbd9..35559d272d8 100644
--- a/Frameworks/BusinessLogic/ERAttachment/Components/ERAttachmentIcon.wo/ERAttachmentIcon.wod
+++ b/Frameworks/BusinessLogic/ERAttachment/Components/ERAttachmentIcon.wo/ERAttachmentIcon.wod
@@ -13,4 +13,5 @@ Link : ERAttachmentLink {
class = ^class;
style = ^style;
configurationName = ^configurationName;
+ target = ^target;
}
\ No newline at end of file
diff --git a/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentIcon.java b/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentIcon.java
index 24da4a5b788..b198ad510a8 100644
--- a/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentIcon.java
+++ b/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentIcon.java
@@ -15,6 +15,7 @@
* @binding size the icon size - 16, 32, or 64
* @binding attachment the attachment to display
* @binding configurationName (optional) the configuration name for this attachment (see top level documentation)
+ * @binding target (optional) specifies where to open the linked attachment
*/
public class ERAttachmentIcon extends ERXStatelessComponent {
/**
diff --git a/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentLink.java b/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentLink.java
index b94c4584180..582522363ee 100644
--- a/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentLink.java
+++ b/Frameworks/BusinessLogic/ERAttachment/Sources/er/attachment/components/ERAttachmentLink.java
@@ -28,6 +28,7 @@
* @binding id (optional) the html element id
* @binding style (optional) the css inline style
* @binding download if true, the attachment will be downloaded instead of inlined
+ * @binding target (optional) specifies where to open the linked attachment
*/
public class ERAttachmentLink extends WODynamicGroup {
private WOAssociation _attachment;