Skip to content

Commit

Permalink
Remove explicit http:// part of the OrganizationURL boilerplate, as i…
Browse files Browse the repository at this point in the history
…t has the potential to be confusing.
  • Loading branch information
iay committed Jun 23, 2011
1 parent 736e552 commit ccaac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<Organization>
<OrganizationName xml:lang="en">*** FILL IN ***</OrganizationName>
<OrganizationDisplayName xml:lang="en">*** FILL IN ***</OrganizationDisplayName>
<OrganizationURL xml:lang="en">http://*** FILL IN ***/</OrganizationURL>
<OrganizationURL xml:lang="en">*** FILL IN ***</OrganizationURL>
</Organization>
</xsl:otherwise>
</xsl:choose>
Expand Down

0 comments on commit ccaac12

Please sign in to comment.